From 7fe9171a0082f8f1ac3ca7e05879be1900486104 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Sat, 29 Aug 2026 15:19:03 +0200 Subject: Update API base URL --- web/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/index.js') 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 @@ -const apiBaseUrl = "https://api.routemon.fautchen.eu"; +const apiBaseUrl = "https://routemon-api.fautchen.eu"; const dialog = document.querySelector("dialog"); const closeButton = document.querySelector("dialog button"); -- cgit v1.3