Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Dec 10, 2023
1 parent 0ef3b52 commit 5013e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function htmlStringToElement(html) {
}

// load events
fetch("https://server.ouoc.net:20022/events")
fetch("https://api.scint.org/events")
.then(response => response.json())
.then(events => {
for (const event of events) {
Expand Down

0 comments on commit 5013e0e

Please sign in to comment.