mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-05 16:55:00 -05:00
Merge branch 'development' into development
This commit is contained in:
@@ -24,7 +24,7 @@ import * as InvokeAI from '../invokeai';
|
||||
export const socketioMiddleware = () => {
|
||||
const { hostname, port } = new URL(window.location.href);
|
||||
|
||||
const socketio = io(`http://${hostname}:9090`, {
|
||||
const socketio = io(`http://${hostname}:${port}`, {
|
||||
timeout: 60000,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user