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';