diff options
| author | Rutger Broekhoff | 2026-08-29 15:19:03 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-08-29 15:19:03 +0200 |
| commit | 7fe9171a0082f8f1ac3ca7e05879be1900486104 (patch) | |
| tree | 3710c0ef67da2a4e996e6db51a55b6bbefa9dacf /web/index.js | |
| parent | 999d77a9bcfa90f002b0107ea5fc7e6abc51dd9c (diff) | |
| download | routemon-7fe9171a0082f8f1ac3ca7e05879be1900486104.tar.gz routemon-7fe9171a0082f8f1ac3ca7e05879be1900486104.zip | |
Update API base URL
Diffstat (limited to 'web/index.js')
| -rw-r--r-- | web/index.js | 2 |
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 @@ | |||
| 1 | const apiBaseUrl = "https://api.routemon.fautchen.eu"; | 1 | const apiBaseUrl = "https://routemon-api.fautchen.eu"; |
| 2 | 2 | ||
| 3 | const dialog = document.querySelector("dialog"); | 3 | const dialog = document.querySelector("dialog"); |
| 4 | const closeButton = document.querySelector("dialog button"); | 4 | const closeButton = document.querySelector("dialog button"); |