yassine преди 10 месеца
родител
ревизия
fba0910371
променени са 1 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. 2
    5
      api-gateway.yml

+ 2
- 5
api-gateway.yml Целия файл

@@ -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.