From 7f3533b9fa0e18ba6b912e45fb69ed4b89eb2ff1 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:14:21 -0500 Subject: [PATCH] new url --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 21698f6..46c6918 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -30,7 +30,7 @@ const emojis = [ 'No', 'Yes' ] -const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.xuyezo.net/' +const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.dervland.net/' class Game extends GameBasic { constructor() {