summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorRutger Broekhoff2026-08-29 15:19:03 +0200
committerRutger Broekhoff2026-08-29 15:19:03 +0200
commit7fe9171a0082f8f1ac3ca7e05879be1900486104 (patch)
tree3710c0ef67da2a4e996e6db51a55b6bbefa9dacf /web
parent999d77a9bcfa90f002b0107ea5fc7e6abc51dd9c (diff)
downloadroutemon-7fe9171a0082f8f1ac3ca7e05879be1900486104.tar.gz
routemon-7fe9171a0082f8f1ac3ca7e05879be1900486104.zip
Update API base URL
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");