Skip to content

Commit

Permalink
Merge branch 'main' into bug/stack-rm-container-names-and-restart-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir authored Oct 7, 2024
2 parents 40bba26 + 198ab24 commit f2b2dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refarch-gateway/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
predicates:
- "Path=/api/backend-service/rest/**"
filters:
- RewritePath=/api/digitalwf-backend-service/(?<urlsegments>.*), /$\{urlsegments}
- RewritePath=/api/backend-service/(?<urlsegments>.*), /$\{urlsegments}
- "RemoveResponseHeader=WWW-Authenticate"
- id: frontend
uri: http://localhost:4173/
Expand Down

0 comments on commit f2b2dec

Please sign in to comment.