From 06044904ce5fc3393c0caf98b1ed2d94acc4ce1c Mon Sep 17 00:00:00 2001 From: ryansurf Date: Sun, 26 May 2024 22:47:03 -0700 Subject: [PATCH] localhost --- src/frontend/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/script.js b/src/frontend/script.js index 2e99c8e..637a201 100644 --- a/src/frontend/script.js +++ b/src/frontend/script.js @@ -1,5 +1,5 @@ // ipAddress = the ip of the machine that is hosting the server -const ipAddress = '192.168.16.6'; +const ipAddress = 'localhost'; const port = 8000; document.getElementById("reportForm").addEventListener("submit", function(event) {