mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Adds socket.io path
This commit is contained in:
parent
e035397dcf
commit
d3b0c54c14
File diff suppressed because one or more lines are too long
2
frontend/dist/index.html
vendored
2
frontend/dist/index.html
vendored
@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>InvokeAI - A Stable Diffusion Toolkit</title>
|
||||
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
|
||||
<script type="module" crossorigin src="./assets/index.00c5d275.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index.48782019.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index.556a5ea7.css">
|
||||
</head>
|
||||
|
||||
|
@ -26,6 +26,7 @@ export const socketioMiddleware = () => {
|
||||
|
||||
const socketio = io(origin, {
|
||||
timeout: 60000,
|
||||
path: window.location.pathname + 'socket.io',
|
||||
});
|
||||
|
||||
let areListenersSet = false;
|
||||
|
Loading…
Reference in New Issue
Block a user