From d72c4517517355e242ee7975e5f2ac536cb77f49 Mon Sep 17 00:00:00 2001 From: Thomas Jensen <32744171+Mast3rwaf1z@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:01:46 +0200 Subject: [PATCH] Update common.js --- scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.js b/scripts/common.js index 12bbf81..a192211 100644 --- a/scripts/common.js +++ b/scripts/common.js @@ -47,7 +47,7 @@ async function getBackend(){ }).then(response => response.json().then(json => { return json["backend"] })).catch(e => { - return "https://api.skademaskinen.win:11034" + return "https://api.skade.dev" }) } async function getHome(){