Used production URL

This commit is contained in:
Andrew Lalis 2023-07-23 19:15:29 -04:00
parent de03f82dea
commit 02c8029d3d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const LOGBOOK_URL = "http://localhost:8080"; const LOGBOOK_URL = "https://logbook.andrewlalis.com";
const messagesContainer = document.getElementById("messages-container"); const messagesContainer = document.getElementById("messages-container");
const form = document.getElementById("logbook-form"); const form = document.getElementById("logbook-form");