🔧 Debugging port issues with Portainer deploys

This commit is contained in:
2021-10-31 23:36:50 -07:00
parent 5964221c61
commit 124a88cb2c
2 changed files with 7 additions and 8 deletions

View File

@@ -5,8 +5,7 @@ import thunk from "redux-thunk";
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://localhost:3001`);
import { SOCKET_BASE_URI } from "../constants/endpoints";
export const history = createBrowserHistory();
const configureStore = (initialState) => {
const store = createStore(