summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRutger Broekhoff2026-09-08 13:14:48 +0200
committerRutger Broekhoff2026-09-08 13:14:48 +0200
commit5f9eee3f8562836e6a76b0b03a7b9a3592a4fbee (patch)
tree9240ebbbde45d18e12882db1f5067cb67e9f99ba
parente3e0dc994c6ba244472f58b940d0196616bb84b0 (diff)
downloadroutemon-5f9eee3f8562836e6a76b0b03a7b9a3592a4fbee.tar.gz
routemon-5f9eee3f8562836e6a76b0b03a7b9a3592a4fbee.zip
hehe
-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");