Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 4545036

Browse files
committed
Henter varsler direkte fra tms-varsel-api
1 parent 164ef0e commit 4545036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/urls.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const getEnvironment = () => {
1515

1616
const TMS_VARSEL_API = {
1717
local: "http://localhost:3000/api/tms-varsel-api",
18-
development: "https://www.intern.dev.nav.no/tms-min-side-proxy/varsel/tms-varsel-api",
19-
production: "https://www.nav.no/tms-min-side-proxy/varsel/tms-varsel-api",
18+
development: "https://www.intern.dev.nav.no/tms-varsel-api",
19+
production: "https://www.nav.no/tms-varsel-api",
2020
};
2121

2222
const MIN_SIDE_URL = {

0 commit comments

Comments
 (0)