Skip to content

Commit

Permalink
URL Change
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d3rk1d authored May 23, 2024
1 parent dcb422e commit cb129e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ status.forEach((item) => {
item.status = "Unknown";
});

http.get("http://www.sarnetfl.com/system-status.html", (res) => {
http.get("http://www.sarnetfl.org/system-status.html", (res) => {
let data = "";
res.on("data", (chunk) => {
data += chunk;
Expand Down

0 comments on commit cb129e4

Please sign in to comment.