From 03fd03e7038fcdef86ba8ee06c6daeaa87b45e6d Mon Sep 17 00:00:00 2001 From: 08draven Date: Sun, 27 Oct 2024 05:03:57 -0400 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() {