From 4e960d272ee7c9d4bb131930cf96a41844626a72 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 1 Nov 2021 00:26:29 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Switching=20to=20container=20nam?= =?UTF-8?q?e=20for=20socket=20host?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/store/index.ts b/src/client/store/index.ts index aa15326..fcfc96e 100644 --- a/src/client/store/index.ts +++ b/src/client/store/index.ts @@ -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://localhost:3001`); +const io = socketIO(`http://importapi:3001`); export const history = createBrowserHistory(); const configureStore = (initialState) => { const store = createStore(