From 6b10a3fcbe7a948546d6da77ad9604adbd2c23b2 Mon Sep 17 00:00:00 2001 From: Vexure Date: Sun, 15 Sep 2024 14:06:23 +0300 Subject: [PATCH] default host changed --- client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.js b/client.js index b7a8e99..aaa6031 100644 --- a/client.js +++ b/client.js @@ -5,8 +5,8 @@ const autoUpdatingEnabled = false; const setDefaultPositionOnResize = true; //const defaultHostAdress = 'http://localhost:8080/pQuiz'; -//const defaultHostAdress = 'https://quiz.scuf.ru'; -const defaultHostAdress = 'http://x96101uy.beget.tech/qclp'; +const defaultHostAdress = 'https://quiz.scuf.ru'; +//const defaultHostAdress = 'http://x96101uy.beget.tech/qclp'; var topData = {};