diff --git a/public/default/config.js b/public/default/config.js index 2b68f927..95d921c3 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -15,7 +15,7 @@ const protocol = window.location.protocol let wsprotocol = "ws:" const hostname = window.location.hostname - let host = `${hostname}:33030`; + let host = `${hostname}:33080`; if (protocol === 'https:') { host = `${hostname}:33443`; wsprotocol = "wss:"