BaseUrl fix

This commit is contained in:
Loretta 2025-11-26 09:45:08 +01:00
parent b6248d68f3
commit cf66d8b6a2
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ public static class FruitBankConstClient
{
public static string DefaultLocale = "en-US";
//public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop
public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop
public static string BaseUrl = "https://localhost:59579"; //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