Skip to content

Commit

Permalink
Legg til contextpath veilarbaktivitet for api post kall
Browse files Browse the repository at this point in the history
  • Loading branch information
holymaloney committed Jul 22, 2024
1 parent de9c090 commit bd20b8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class ProxyToOnPremGateway(
.DELETE("/api/**", sendToOnPrem)
.POST("/graphql", sendToOnPrem)
.POST("/veilarbaktivitet/graphql", sendToOnPrem)
.POST("/veilarbaktivitet/api/**", sendToOnPrem)
// .route(
// path("/veilarbaktivitet/internal/isAlive")
// .or(
Expand Down

0 comments on commit bd20b8a

Please sign in to comment.