From c802251c9dd4989e64aa33ad32b5fc03dbe5d6db Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 19 May 2024 14:46:18 +0200 Subject: [PATCH] fix url --- lib/utils/config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/config.dart b/lib/utils/config.dart index c110b8a..863dedb 100644 --- a/lib/utils/config.dart +++ b/lib/utils/config.dart @@ -1,7 +1,7 @@ const prodURL = 'chess.sw-gross.de:9999'; const debugURL = 'localhost:8080'; -const useDbgUrl = true; +const useDbgUrl = false; String getHostURL() { var prot = 'https';