diff --git a/webUI/src/index.js b/webUI/src/index.js index c0257bb..15e4649 100644 --- a/webUI/src/index.js +++ b/webUI/src/index.js @@ -15,6 +15,8 @@ formElement.addEventListener("submit", async (e) => { const data = {password: value} + console.log("Full URL", fullURL + "/submit") + axios.post(fullURL + "/submit", data).then(() => { inputElement.value = "";