🔧 Referring to the hostname for posterity

This commit is contained in:
2021-11-01 00:42:05 -07:00
parent 4e960d272e
commit bc053c3862

View File

@@ -6,7 +6,7 @@ import createRootReducer from "../reducers";
import socketIO from "socket.io-client";
import socketIoMiddleware from "redux-socket.io-middleware";
// import { SOCKET_BASE_URI } from "../constants/endpoints";
const io = socketIO(`http://importapi:3001`);
const io = socketIO(`http://rook:3001`);
export const history = createBrowserHistory();
const configureStore = (initialState) => {
const store = createStore(