浏览代码

another try

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

+ 2
- 5
api-gateway.yml 查看文件

9
     gateway:
9
     gateway:
10
       routes:
10
       routes:
11
         - id: customer
11
         - id: customer
12
-          uri: http://localhost:8081
12
+          uri: http://localhost:8081/
13
           predicates:
13
           predicates:
14
             - Path=/customer/**
14
             - Path=/customer/**
15
-          filters:
16
-            - StripPrefix=1
17
-
18
         - id: account
15
         - id: account
19
-          uri: http://localhost:8082
16
+          uri: http://localhost:8082/
20
           predicates:
17
           predicates:
21
             - Path=/account/**
18
             - Path=/account/**
22
 
19
 

Powered by TurnKey Linux.