Skip to content

Commit

Permalink
feat: add workshift and appointment to config.prod
Browse files Browse the repository at this point in the history
  • Loading branch information
adrrf committed Dec 29, 2024
1 parent 40cb144 commit 45f957b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.yaml.prod
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ services:
- path: "/api/v1/staff"
target_service: "http://staff-svc"
target_port: "3007"
- path: "/api/v1/workshifts"
target_service: "http://workshift"
target_port: "3011"
- path: "/api/v1/appointments"
target_service: "http://appointment"
target_port: "3012"
endpoints_without_auth:
- endpoint: "/api/v1/users/verify-2fa"
method: "POST"
Expand Down

0 comments on commit 45f957b

Please sign in to comment.