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() {