diff options
| -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"); |