Browse Source

another try

yassine 1 year ago
parent
commit
fba0910371
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      api-gateway.yml

+ 2
- 5
api-gateway.yml View File

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.