yassine 10 месяцев назад
Родитель
Сommit
780f34446e
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      api-gateway.yml

+ 2
- 2
api-gateway.yml Просмотреть файл

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

Powered by TurnKey Linux.