summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.js b/web/index.js
index 316e73f..1c2e34d 100644
--- a/web/index.js
+++ b/web/index.js
@@ -1,4 +1,4 @@
1const apiBaseUrl = "https://api.routemon.fautchen.eu"; 1const apiBaseUrl = "https://routemon-api.fautchen.eu";
2 2
3const dialog = document.querySelector("dialog"); 3const dialog = document.querySelector("dialog");
4const closeButton = document.querySelector("dialog button"); 4const closeButton = document.querySelector("dialog button");