This commit is contained in:
Marco 2024-05-21 23:47:11 +02:00
parent 358e8a6041
commit bde3d3e358

View File

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