Skip to content

Commit

Permalink
🐛 Riktig URL til Speil
Browse files Browse the repository at this point in the history
  • Loading branch information
havstein committed Jul 4, 2023
1 parent 0e1bb9d commit f2329e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/tree/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const personSporingUrl = (aktørId: string) => `https://${sporingHostname
const speilHostname = window.location.origin.includes('dev')
? 'speil.intern.dev.nav.no'
: 'speil.intern.nav.no'
export const speilUrl = (aktørId: string) => `https://${speilHostname}/person/${aktørId}`
export const speilUrl = (aktørId: string) => `https://${speilHostname}/person/${aktørId}/utbetaling`

0 comments on commit f2329e9

Please sign in to comment.