yassine 10 miesięcy temu
rodzic
commit
2169cc073e
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4
    4
      api-gateway.yml

+ 4
- 4
api-gateway.yml Wyświetl plik

@@ -8,14 +8,14 @@ spring:
8 8
   cloud:
9 9
     gateway:
10 10
       routes:
11
-        - id: customer
12
-          uri: http://localhost:8081/
13
-          predicates:
14
-            - Path=/customer/**
15 11
         - id: account
16 12
           uri: http://localhost:8082/
17 13
           predicates:
18 14
             - Path=/account/**
15
+        - id: customer
16
+          uri: http://localhost:8081/
17
+          predicates:
18
+            - Path=/customer/**
19 19
 
20 20
 management:
21 21
   endpoints:

Powered by TurnKey Linux.