소스 검색

another try

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.