diff --git a/scripts/logbook.js b/scripts/logbook.js index 6e9c2f3..2f570fd 100644 --- a/scripts/logbook.js +++ b/scripts/logbook.js @@ -1,4 +1,4 @@ -const LOGBOOK_URL = "http://localhost:8080"; +const LOGBOOK_URL = "https://logbook.andrewlalis.com"; const messagesContainer = document.getElementById("messages-container"); const form = document.getElementById("logbook-form");