Skip to content

Commit

Permalink
updated websocket url for production
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilmintacpineda committed Jun 13, 2021
1 parent 582d1b2 commit 9a69042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const STAGE = 'dev';
export const API_BASE_URL = 'https://apiv1dev.entrepic.com';
export const WEBSOCKET_URL =
'wss://i1rrsnnag7.execute-api.ap-southeast-1.amazonaws.com/dev';
'wss://wtok1xlpjh.execute-api.ap-southeast-1.amazonaws.com/prod';

0 comments on commit 9a69042

Please sign in to comment.