From af2e79bfa9cbb1a68b07061c83ea319da6265024 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 20 Nov 2025 13:33:42 +0100 Subject: [PATCH] debug// --- FruitBank.Common/FruitBankConstClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FruitBank.Common/FruitBankConstClient.cs b/FruitBank.Common/FruitBankConstClient.cs index ebf2096..a547956 100644 --- a/FruitBank.Common/FruitBankConstClient.cs +++ b/FruitBank.Common/FruitBankConstClient.cs @@ -10,7 +10,7 @@ public static class FruitBankConstClient public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop #if RELEASE - //public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop + // public static string BaseUrl = "https://shop.fruitbank.hu"; //FrutiBank nop #endif //public static string BaseUrl = "http://localhost:5000"; //FrutiBank nop