From b45830eda31bea1ba748a43cef6ef41e32a16df9 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 5 Jan 2026 21:33:07 +0100 Subject: [PATCH] dev url --- 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 f47072e..befaaa0 100644 --- a/FruitBank.Common/FruitBankConstClient.cs +++ b/FruitBank.Common/FruitBankConstClient.cs @@ -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