Skip to content

Commit

Permalink
feat(staff): added staff routes to config (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
carloosbaquero authored Dec 19, 2024
1 parent 11822bb commit 40cb144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.yaml.prod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ services:
- path: "/api/v1/users"
target_service: "http://authorization-svc"
target_port: "3001"
- path: "/api/v1/staff"
target_service: "http://staff-svc"
target_port: "3007"
endpoints_without_auth:
- endpoint: "/api/v1/users/verify-2fa"
method: "POST"
Expand Down

0 comments on commit 40cb144

Please sign in to comment.