hardcode the thing

This commit is contained in:
Mary Hipp 2023-04-05 15:13:50 -04:00
parent 96f48db7df
commit ca56238e0a

View File

@ -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);