diff --git a/frontend/src/api/gateway.ts b/frontend/src/api/gateway.ts index 9993d7d..a7ae874 100644 --- a/frontend/src/api/gateway.ts +++ b/frontend/src/api/gateway.ts @@ -7,5 +7,4 @@ export const apiGatewayClient = axios.create({ export const wsMatchMakeURL = process.env.NODE_ENV === 'production'? 'http://peerprep-g10.com:7999' : 'http://localhost:7999' -export const wsCollabUrl = process.env.NODE_ENV === 'production'? 'ws://peerprep-g10.com:8083' :'ws://localhost:7998' -// export const wsCollabUrl = process.env.NODE_ENV === 'production'? 'ws://peerprep-g10.com:7998' :'ws://localhost:7998' +export const wsCollabUrl = process.env.NODE_ENV === 'production'? 'ws://peerprep-g10.com:7998' :'ws://localhost:7998'