diff --git a/content/minecraft-server-status.md b/content/minecraft-server-status.md index ed94704..92c8ffa 100644 --- a/content/minecraft-server-status.md +++ b/content/minecraft-server-status.md @@ -29,7 +29,7 @@ function checkMinecraftServerStatus() { loading.style.display = "inherit"; servers.style.display = "none"; try { - fetch("https://api.lyte.dev/minecraft-server-status").then(res => { + fetch("https://deno-deploy-private.deno.dev/minecraft-server-status").then(res => { res.json().then(statuses => { console.log(statuses) loading.style.display = "none";