Skip to content

Commit

Permalink
fix API URL for UN-Hack-Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecms committed May 24, 2024
1 parent 23ada14 commit 6bb4ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h1>Chaos-West Spaces</h1>
const statusFetchers = [
async () => {
try {
const res = await fetch('https://keinanschluss.unhb.de/spaceapi.json');
const res = await fetch('https://status.un-hack-bar.de/spaceapi.json');
const { state } = await res.json();
setBg('#unhb', state.open);
} catch (e) {
Expand Down

0 comments on commit 6bb4ba3

Please # to comment.