mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
hardcode the thing
This commit is contained in:
parent
96f48db7df
commit
ca56238e0a
@ -30,7 +30,7 @@ import {
|
|||||||
import { OpenAPI } from 'services/api';
|
import { OpenAPI } from 'services/api';
|
||||||
|
|
||||||
export const socketMiddleware = () => {
|
export const socketMiddleware = () => {
|
||||||
let socket_url = `ws://${window.location.host}`;
|
let socket_url = `ws://localhost:9090`;
|
||||||
|
|
||||||
console.log('socket middleware file loaded');
|
console.log('socket middleware file loaded');
|
||||||
console.log('OPENAPI.BASE: ', OpenAPI.BASE);
|
console.log('OPENAPI.BASE: ', OpenAPI.BASE);
|
||||||
|
Loading…
Reference in New Issue
Block a user