Kaynağa Gözat

add account to gateway routes

yassine 10 ay önce
ebeveyn
işleme
5fdec9c558
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7
    0
      api-gateway.yml

+ 7
- 0
api-gateway.yml Dosyayı Görüntüle

@@ -15,6 +15,13 @@ spring:
15 15
           filters:
16 16
             - StripPrefix=1
17 17
 
18
+        - id: account
19
+          uri: lb://account
20
+          predicates:
21
+            - Path=/account/**
22
+          filters:
23
+            - StripPrefix=1
24
+
18 25
 management:
19 26
   endpoints:
20 27
     web:

Powered by TurnKey Linux.