Skip to content

Commit

Permalink
return to regular server
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed May 14, 2024
1 parent eae3955 commit 9f2067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/api/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (location.hostname === "localhost") {
} else if (location.hostname === "127.0.0.1") {
pythonURI = "http://127.0.0.1:8086";
} else {
pythonURI = "https://flask2.nighthawkcodingsociety.com";
pythonURI = "https://flask.nighthawkcodingsociety.com";
}

export var javaURI;
Expand Down

0 comments on commit 9f2067f

Please # to comment.