Added server ip address

This commit is contained in:
subnub
2020-05-15 14:29:43 -04:00
parent 2155732d14
commit 60ae168df1
2 changed files with 3 additions and 2 deletions
+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;