remove ws

This commit is contained in:
proddy
2024-03-30 18:54:53 +01:00
parent 7bff76e553
commit b25cb244c0

View File

@@ -6,7 +6,6 @@ import { unpack } from '../api/unpack';
export const ACCESS_TOKEN = 'access_token';
const host = window.location.host;
export const WEB_SOCKET_ROOT = 'ws://' + host + '/ws/';
export const EVENT_SOURCE_ROOT = 'http://' + host + '/es/';
export const alovaInstance = createAlova({