❌ Removed the hard-coded hostname
This commit is contained in:
@@ -6,7 +6,7 @@ import createRootReducer from "../reducers";
|
||||
import { io } from "socket.io-client";
|
||||
import socketIoMiddleware from "redux-socket.io-middleware";
|
||||
import { SOCKET_BASE_URI } from "../constants/endpoints";
|
||||
console.log(SOCKET_BASE_URI);
|
||||
|
||||
const socketConnection = io(SOCKET_BASE_URI);
|
||||
|
||||
export const history = createBrowserHistory();
|
||||
|
||||
Reference in New Issue
Block a user