Commit 41739674eb5bc56e233a1e02b7f068619805d301
1 parent
a8a5b9bd
sdf
Showing
1 changed file
with
3 additions
and
3 deletions
config-repo/api-gateway.yml
... | ... | @@ -15,11 +15,11 @@ zuul: |
15 | 15 | add-host-header: true |
16 | 16 | routes: |
17 | 17 | api-a: |
18 | - service-id: helloserver | |
18 | + service-id: HELLOSERVER | |
19 | 19 | path: /a/** |
20 | 20 | api-b: |
21 | - service-id: helloserver | |
21 | + service-id: HELLOSERVER | |
22 | 22 | path: /b/** |
23 | 23 | api-c: |
24 | - service-id: helloserver | |
24 | + service-id: HELLOSERVER | |
25 | 25 | path: /ccc/** |
26 | 26 | \ No newline at end of file | ... | ... |