From 24b5e5623d604a26e29d65ce650e1e1fcfb8067c Mon Sep 17 00:00:00 2001 From: liuzhaolu Date: Fri, 26 Jan 2018 11:43:16 +0800 Subject: [PATCH] 更改路由规则 --- config-repo/api-gateway.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-repo/api-gateway.yml b/config-repo/api-gateway.yml index cd85c33..d4f6401 100644 --- a/config-repo/api-gateway.yml +++ b/config-repo/api-gateway.yml @@ -19,7 +19,7 @@ zuul: path: /a/** api-b: service-id: HELLOSERVER - path: /b/** + path: /d/** api-c: service-id: HELLOSERVER path: /ccc/** \ No newline at end of file -- libgit2 0.21.4