Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed Jun 9, 2024
1 parent b2486fb commit 0124192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServerStatus.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const className = Astro.props.class;
<script>
document.addEventListener("DOMContentLoaded", function() {
// Fetch data from the API
fetch('http://noda.avesmaximus.eu:4888/status')
fetch('http://status.goobstation.com/status')
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok');
Expand Down

0 comments on commit 0124192

Please sign in to comment.