Skip to content

Commit

Permalink
fix for https
Browse files Browse the repository at this point in the history
  • Loading branch information
uparkalau committed Sep 3, 2024
1 parent 2672a5a commit a3c0245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//local environment
// export const API_BASE_URL = 'http://localhost:3000/';
//staging environment
export const API_BASE_URL = 'http://onboarding-demo.bluewavelabs.ca/api/';
export const API_BASE_URL = 'https://onboarding-demo.bluewavelabs.ca/api/';
// Other constants
export const APP_TITLE = 'Bluewave Onboarding';
export const SUPPORT_EMAIL = '[email protected]';

0 comments on commit a3c0245

Please sign in to comment.