Used production URL
This commit is contained in:
parent
de03f82dea
commit
02c8029d3d
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue