url check

This commit is contained in:
subnub
2020-05-15 14:36:49 -04:00
parent 60ae168df1
commit 794ce8a85e
+2
View File
@@ -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 = "";