浏览代码

another try

yassine 1年前
父节点
当前提交
2169cc073e
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      api-gateway.yml

+ 4
- 4
api-gateway.yml 查看文件

8
   cloud:
8
   cloud:
9
     gateway:
9
     gateway:
10
       routes:
10
       routes:
11
-        - id: customer
12
-          uri: http://localhost:8081/
13
-          predicates:
14
-            - Path=/customer/**
15
         - id: account
11
         - id: account
16
           uri: http://localhost:8082/
12
           uri: http://localhost:8082/
17
           predicates:
13
           predicates:
18
             - Path=/account/**
14
             - Path=/account/**
15
+        - id: customer
16
+          uri: http://localhost:8081/
17
+          predicates:
18
+            - Path=/customer/**
19
 
19
 
20
 management:
20
 management:
21
   endpoints:
21
   endpoints:

Powered by TurnKey Linux.