diff --git a/config.yaml.prod b/config.yaml.prod index 90f1b87..9a76d98 100644 --- a/config.yaml.prod +++ b/config.yaml.prod @@ -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"