Set websocket url to demo.4nkweb.com

This commit is contained in:
NicolasCantu 2024-10-14 16:17:18 +02:00
parent c7fd72065d
commit 0ecd04352b

View File

@ -17,7 +17,7 @@ type ProcessesCache = {
};
const U32_MAX = 4294967295;
const wsurl = `ws://localhost:8090`;
const wsurl = `https://demo.4nkweb.com/ws/`;
export default class Services {
private static initializing: Promise<Services> | null = null;