Enable prod instead of debug

This commit is contained in:
Marco 2024-01-17 22:55:33 +01:00
parent dfdae284ff
commit 87bea9ac2c

View File

@ -1,7 +1,7 @@
const prodURL = 'chess.sw-gross.de:9999';
const debugURL = 'localhost:8080';
const dbgUrl = true;
const dbgUrl = false;
String getHostURL() {
var prot = 'https';