Procházet zdrojové kódy

add account to gateway routes

yassine před 10 měsíci
rodič
revize
5fdec9c558
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7
    0
      api-gateway.yml

+ 7
- 0
api-gateway.yml Zobrazit soubor

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