Skip to content

Commit

Permalink
Update map link
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Aug 20, 2024
1 parent 810220e commit 8cfb595
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions verification/curator-service/ui/src/constants/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ interface IMapLink {
* supply that value for the map link here.
*/
export const MapLink: IMapLink = {
local: env.VITE_APP_MAP_LINK_LOCAL,
locale2e: env.VITE_APP_MAP_LINK_LOCAL_E2E,
dev: env.VITE_APP_MAP_LINK_DEV,
qa: env.VITE_APP_MAP_LINK_QA,
prod: env.VITE_APP_MAP_LINK_PROD,
local: 'https://map.mpox-2024.global.health/',
locale2e: 'https://map.mpox-2024.global.health/',
dev: 'https://map.mpox-2024.global.health/',
qa: 'https://map.mpox-2024.global.health/',
prod: 'https://map.mpox-2024.global.health/',
};

0 comments on commit 8cfb595

Please sign in to comment.