Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Sep 2, 2024
1 parent 958ffd9 commit 519f7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/faro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const getEnv = (): Env => {
};

const endpoint = {
[Env.Dev]: 'https://telemetry.nav.no/collect',
[Env.Prod]: 'https://telemetry.ekstern.dev.nav.no/collect',
[Env.Prod]: 'https://telemetry.nav.no/collect',
[Env.Dev]: 'https://telemetry.ekstern.dev.nav.no/collect',
[Env.Local]: 'http://localhost:12347/collect'
};

Expand Down

0 comments on commit 519f7ac

Please sign in to comment.