From e96dce8b7b1203e38efeb91fcd05a173e134141a Mon Sep 17 00:00:00 2001 From: Igor Weber Date: Tue, 19 Mar 2024 12:01:01 +0100 Subject: [PATCH] Fikset env --- src/app/utils/env.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/utils/env.tsx b/src/app/utils/env.tsx index efe9c49a..6240599c 100644 --- a/src/app/utils/env.tsx +++ b/src/app/utils/env.tsx @@ -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: @@ -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: