From cf66d8b6a2d299590a731a0a96b3f0fde63f4162 Mon Sep 17 00:00:00 2001 From: Loretta Date: Wed, 26 Nov 2025 09:45:08 +0100 Subject: [PATCH] BaseUrl fix --- FruitBank.Common/FruitBankConstClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FruitBank.Common/FruitBankConstClient.cs b/FruitBank.Common/FruitBankConstClient.cs index b0170fd..e8a9d09 100644 --- a/FruitBank.Common/FruitBankConstClient.cs +++ b/FruitBank.Common/FruitBankConstClient.cs @@ -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