Skip to content

Commit

Permalink
[KAIZEN-0] oppdatere dev ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
abrhanav committed May 4, 2023
1 parent 98ac737 commit 198e3be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/internarbeidsflatedecorator/Decorator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function getHotkeys(): Hotkey[] {
* Evt kan bruken av `useHotkey` hooken føre til at dette blir registrert i en global context som kan brukes her
*/
const isProd = window.location.host === 'app.adeo.no';
const naisInternNavDomain = isProd ? '.intern.nav.no' : '.dev.intern.nav.no';
const naisInternNavDomain = isProd ? '.intern.nav.no' : '.intern.dev.nav.no';
return [
{
key: { char: 'O', altKey: true },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ exports[`viser info om bruker i visittkortbody 1`] = `
>
<a
className="lenke"
href="https://pdl-web.dev.intern.nav.no/?aktoerId=00010108000398000"
href="https://pdl-web.intern.dev.nav.no/?aktoerId=00010108000398000"
rel="noreferrer noopener"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ exports[`viser info om bruker i visittkortbody 1`] = `
>
<a
className="lenke"
href="https://pdl-web.dev.intern.nav.no/?aktoerId=00010108000398000"
href="https://pdl-web.intern.dev.nav.no/?aktoerId=00010108000398000"
rel="noreferrer noopener"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/mock/baseUrls-mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BaseUrls } from '../models/baseurls';
export function mockBaseUrls(): BaseUrls {
return {
norg2Frontend: 'https://norg2-frontend.nais.preprod.local',
personforvalter: 'https://pdl-web.dev.intern.nav.no/',
personforvalter: 'https://pdl-web.intern.dev.nav.no/',
drek: 'https://drek.nais.preprod.local/'
};
}

0 comments on commit 198e3be

Please sign in to comment.