Skip to content

Commit

Permalink
Oppdater URL til contextholder (#1250)
Browse files Browse the repository at this point in the history
`/modiacontextholder` base pathen eksisterer kun for kompatibilitet
med gamle ingresser og skal fjernes.
  • Loading branch information
LudvigHz authored Oct 10, 2024
1 parent f5948ac commit 364a84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/proxy/decorator-intern-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function setup(app: Express) {
}
},
createProxyMiddleware({
target: 'http://modiacontextholder.personoversikt/modiacontextholder',
target: 'http://modiacontextholder.personoversikt',
followRedirects: false,
changeOrigin: true,
}),
Expand Down

0 comments on commit 364a84b

Please sign in to comment.