From 32055ecdec1d89f20d9aa71dd125eccde0070b57 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Thu, 21 Dec 2023 08:50:52 +0100 Subject: [PATCH] Change default server path --- Public/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Public/api.js b/Public/api.js index 76bbe29..6a1b1ad 100644 --- a/Public/api.js +++ b/Public/api.js @@ -8,7 +8,7 @@ If the server runs under https://example.com/schafkopf then apiPath = "/schafkopf" */ -const apiPath = "/schafkopf" +const apiPath = "" var useEnglishTexts = false