From b25cb244c05b9315fb9fcd7608608c31bf550483 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 30 Mar 2024 18:54:53 +0100 Subject: [PATCH] remove ws --- interface/src/api/endpoints.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/api/endpoints.ts b/interface/src/api/endpoints.ts index c0e6e158b..1b5413dee 100644 --- a/interface/src/api/endpoints.ts +++ b/interface/src/api/endpoints.ts @@ -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({