IO-2704 Resolve CDK Allocation Calculation.

This commit is contained in:
Patrick Fic
2024-03-19 13:26:25 -07:00
parent c28d5b664d
commit 926ff3cb6f
3 changed files with 10 additions and 6 deletions

View File

@@ -41,8 +41,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(DmsContainer);
export const socket = SocketIO(
import.meta.env.PROD
? import.meta.env.VITE_APP_AXIOS_BASE_API_URL
: window.location.origin,
// "http://localhost:4000", // for dev testing,
: "http://localhost:4000", // for dev testing,
{
path: "/ws",
withCredentials: true,