Skip to content

Commit ce162ff

Browse files
committed
Bruk adeo url for personoversikt i prod
1 parent 3cdae04 commit ce162ff

File tree

1 file changed

+1
-1
lines changed
  • packages/internarbeidsflate-decorator-v3/src/utils

1 file changed

+1
-1
lines changed

packages/internarbeidsflate-decorator-v3/src/utils/urlUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const modiaUrl = (
7575
urlFormat: UrlFormat,
7676
) => {
7777
const basePath =
78-
urlFormat === 'ADEO'
78+
urlFormat === 'ADEO' || environment === 'prod'
7979
? adeoDomain(environment) + '/modiapersonoversikt'
8080
: 'https://modiapersonoversikt' + naisDomain(environment);
8181

0 commit comments

Comments
 (0)