Fix rejoining #13

Merged
marco merged 5 commits from fix-rejoining into master 2024-05-21 21:56:36 +00:00
Showing only changes of commit bde3d3e358 - Show all commits

View File

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