changed ip back

This commit is contained in:
subnub
2020-05-15 14:58:50 -04:00
parent 6e19632d43
commit cdee4e03da
+1 -1
View File
@@ -9,7 +9,7 @@ formElement.addEventListener("submit", async (e) => {
e.preventDefault();
const fullURL = process.env.REMOTE_URL;
const fullURL = process.env.SERVER_IP;
const value = inputElement.value;