Skip to content

Commit

Permalink
api fix test two
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed Jun 9, 2024
1 parent 0124192 commit d10f73b
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://status.goobstation.com/status')
fetch('https://status.goobstation.com/status')
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok');
Expand Down

0 comments on commit d10f73b

Please sign in to comment.