Update index.html

This commit is contained in:
TheErrorExe 2025-02-25 07:09:32 +01:00 committed by GitHub
parent ce34e711ab
commit 0c0f1200fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,7 +182,7 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
<script>
const serverAddress = 'blockattack.fun';
const apiUrl = `https://api.mcstatus.io/v2/us/java/${serverAddress}`;
const apiUrl = `https://api.mcstatus.io/v2/status/java/${serverAddress}`;
fetch(apiUrl)
.then(response => response.json())