summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.js b/web/index.js
index a37d598..c6fb3f7 100644
--- a/web/index.js
+++ b/web/index.js
@@ -1,5 +1,5 @@
1// const apiBaseUrl = "https://routemon-api.fautchen.eu"; 1const apiBaseUrl = "https://routemon-api.fautchen.eu";
2const apiBaseUrl = "http://localhost:8284"; 2// const apiBaseUrl = "http://localhost:8284";
3 3
4const dialog = document.querySelector("dialog"); 4const dialog = document.querySelector("dialog");
5const closeButton = document.querySelector("dialog button"); 5const closeButton = document.querySelector("dialog button");