Skip to content

Commit

Permalink
whoopsy!
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickCleary committed Jul 15, 2023
1 parent 940d328 commit 6ba3797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const PRODUCTION = 'dashboard.transitmatters.org';
export const BETA = 'dashboard-beta.labs.transitmatters.org';
const FRONTEND_TO_BACKEND_MAP = {
[PRODUCTION]: 'https://dashboard-api.labs.transitmatters.org',
[BETA]: 'https://dashboard-beta-api.labs.transitmatters.org',
[BETA]: 'https://dashboard-api-beta.labs.transitmatters.org',
};

let domain = '';
Expand Down

0 comments on commit 6ba3797

Please sign in to comment.