diff options
| author | Rutger Broekhoff | 2026-09-08 13:14:48 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-09-08 13:14:48 +0200 |
| commit | 5f9eee3f8562836e6a76b0b03a7b9a3592a4fbee (patch) | |
| tree | 9240ebbbde45d18e12882db1f5067cb67e9f99ba /web | |
| parent | e3e0dc994c6ba244472f58b940d0196616bb84b0 (diff) | |
| download | routemon-5f9eee3f8562836e6a76b0b03a7b9a3592a4fbee.tar.gz routemon-5f9eee3f8562836e6a76b0b03a7b9a3592a4fbee.zip | |
hehe
Diffstat (limited to 'web')
| -rw-r--r-- | web/index.js | 4 |
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"; | 1 | const apiBaseUrl = "https://routemon-api.fautchen.eu"; |
| 2 | const apiBaseUrl = "http://localhost:8284"; | 2 | // const apiBaseUrl = "http://localhost:8284"; |
| 3 | 3 | ||
| 4 | const dialog = document.querySelector("dialog"); | 4 | const dialog = document.querySelector("dialog"); |
| 5 | const closeButton = document.querySelector("dialog button"); | 5 | const closeButton = document.querySelector("dialog button"); |