Skip to content

Commit

Permalink
feat(MPDZBS-877): set local env to citizen api
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fink authored and Thomas Fink committed Dec 2, 2024
1 parent 707c4bc commit 9c83c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigateway/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spring:
maxAge: 3600
routes:
- id: backend
uri: "http://127.0.0.1:55003/terminvereinbarung/api/citizen"
uri: "http://zms.ddev.site/terminvereinbarung/api/citizen"
predicates:
- Path=/buergeransicht/api/backend/**
filters:
Expand Down

0 comments on commit 9c83c8e

Please sign in to comment.