diff --git a/config.yaml.example b/config.yaml.example index 857649f..a148584 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -24,11 +24,11 @@ services: - path: "/api/v1/clinics" target_service: "http://payment-svc" target_port: "3003" - - path: "/api/v1/patients" - target_service: "http://patient-svc" + - path: "/api/v1/history" + target_service: "http://history-svc" target_port: "3005" - path: "/api/v1/patients" - target_service: "http://patients-svc" + target_service: "http://patient-svc" target_port: "3006" - path: "/api/v1/staff" target_service: "http://staff-svc" diff --git a/config.yaml.prod b/config.yaml.prod index 857649f..a148584 100644 --- a/config.yaml.prod +++ b/config.yaml.prod @@ -24,11 +24,11 @@ services: - path: "/api/v1/clinics" target_service: "http://payment-svc" target_port: "3003" - - path: "/api/v1/patients" - target_service: "http://patient-svc" + - path: "/api/v1/history" + target_service: "http://history-svc" target_port: "3005" - path: "/api/v1/patients" - target_service: "http://patients-svc" + target_service: "http://patient-svc" target_port: "3006" - path: "/api/v1/staff" target_service: "http://staff-svc"