Skip to content

Commit

Permalink
update application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAFink committed Jan 16, 2024
1 parent 23e0f41 commit 3b5a003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spring:
maxAge: 3600
routes:
- id: backend
uri: ${BACKEND_URI:http://localhost:8081}
uri: ${BACKEND_URI}
predicates:
- Path=/buergeransicht/api/backend/**
filters:
Expand Down

0 comments on commit 3b5a003

Please sign in to comment.