Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 27, 2024
1 parent 7890af2 commit 6aea679
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 = 'localhost';
const ipAddress = '192.168.16.6';
const port = 8000;

document.getElementById("reportForm").addEventListener("submit", function(event) {
Expand Down

0 comments on commit 6aea679

Please sign in to comment.