Skip to content

Commit

Permalink
localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 27, 2024
1 parent 6aea679 commit 0604490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/script.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 0604490

Please sign in to comment.