This commit is contained in:
Adam 2026-01-05 21:33:07 +01:00
parent a2b22e8bf2
commit b45830eda3
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ public static class FruitBankConstClient
{
public static string DefaultLocale = "en-US";
//public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop
public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop
//public static string BaseUrl = "https://localhost:44372"; //FrutiBank nop
public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
//public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
#if RELEASE
//public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
#endif