From 8a847c9a3fc4ed9e9d5d3074f36fd261356127b8 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 7 May 2024 00:57:09 -0500 Subject: [PATCH] Use deno endpoint --- content/minecraft-server-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";