mirror of
https://github.com/open-webui/open-webui
synced 2024-11-24 21:13:59 +00:00
fix: don't break dev tests
This commit is contained in:
parent
02b104f56b
commit
a53f5d01aa
@ -110,7 +110,7 @@
|
|||||||
await WEBUI_NAME.set(backendConfig.name);
|
await WEBUI_NAME.set(backendConfig.name);
|
||||||
|
|
||||||
if ($config) {
|
if ($config) {
|
||||||
const _socket = io({
|
const _socket = io(`${WEBUI_BASE_URL}` || undefined, {
|
||||||
path: '/ws/socket.io',
|
path: '/ws/socket.io',
|
||||||
auth: { token: localStorage.token }
|
auth: { token: localStorage.token }
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user