From 794ce8a85e67cdd68c6db56117be9cc1249ee988 Mon Sep 17 00:00:00 2001 From: subnub Date: Fri, 15 May 2020 14:36:49 -0400 Subject: [PATCH] url check --- webUI/src/index.js | 2 ++ 1 file changed, 2 insertions(+) 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 = "";