diff --git a/webUI/src/index.js b/webUI/src/index.js index c9cd8fa..b644665 100644 --- a/webUI/src/index.js +++ b/webUI/src/index.js @@ -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;