mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Adds socket.io path
This commit is contained in:
@@ -26,6 +26,7 @@ export const socketioMiddleware = () => {
|
||||
|
||||
const socketio = io(origin, {
|
||||
timeout: 60000,
|
||||
path: window.location.pathname + 'socket.io',
|
||||
});
|
||||
|
||||
let areListenersSet = false;
|
||||
|
||||
Reference in New Issue
Block a user