Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Fikset env
Browse files Browse the repository at this point in the history
  • Loading branch information
igorweber committed Mar 19, 2024
1 parent 8bc00f5 commit e96dce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/utils/env.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { erLocalhost, erMock } from "../mock/utils";
import { Konstanter } from "./consts";

const Environment = () => {
if (window.location.hostname.indexOf("meldekort-frontend-q2") > -1) {
if (window.location.hostname.indexOf("meldekort-frontend-old-q2") > -1) {
return {
minSideUrl: "https://www.intern.dev.nav.no/minside/",
apiUrl:
Expand All @@ -14,7 +14,7 @@ const Environment = () => {
testEnv: true,
nyLoesningUrl: "https://dagpenger.intern.dev.nav.no/rapportering",
};
} else if (window.location.hostname.indexOf("meldekort-frontend-q1") > -1) {
} else if (window.location.hostname.indexOf("meldekort-frontend-old-q1") > -1) {
return {
minSideUrl: "https://www.intern.dev.nav.no/minside/",
apiUrl:
Expand Down

0 comments on commit e96dce8

Please sign in to comment.