yassine 10 månader sedan
förälder
incheckning
fba0910371
1 ändrade filer med 2 tillägg och 5 borttagningar
  1. 2
    5
      api-gateway.yml

+ 2
- 5
api-gateway.yml Visa fil

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

Powered by TurnKey Linux.