diff --git a/config-repo/api-gateway.yml b/config-repo/api-gateway.yml index 4a6f8fc..cd85c33 100644 --- a/config-repo/api-gateway.yml +++ b/config-repo/api-gateway.yml @@ -15,11 +15,11 @@ zuul: add-host-header: true routes: api-a: - service-id: helloserver + service-id: HELLOSERVER path: /a/** api-b: - service-id: helloserver + service-id: HELLOSERVER path: /b/** api-c: - service-id: helloserver + service-id: HELLOSERVER path: /ccc/** \ No newline at end of file