Browse Source

add account to gateway routes

yassine 10 months ago
parent
commit
5fdec9c558
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      api-gateway.yml

+ 7
- 0
api-gateway.yml View File

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

Powered by TurnKey Linux.