From bde3d3e35880d3834832bce1475a8cfb7ed9908d Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 21 May 2024 23:47:11 +0200 Subject: [PATCH] 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 c80f6ae..89d1b6a 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 getCreateGameURL() { var prot = 'https';