|
1 | 1 | { |
2 | 2 | "Routes": [ |
3 | 3 | { |
4 | | - "DownstreamPathTemplate": "/api/Usuarios/{catchAll}", |
| 4 | + "DownstreamPathTemplate": "/backend/Usuarios/{catchAll}", |
5 | 5 | "DownstreamScheme": "http", |
6 | 6 | "DownstreamHostAndPorts": [ |
7 | 7 | { "Host": "localhost", "Port": 5133 } |
8 | 8 | ], |
9 | | - "UpstreamPathTemplate": "/api/Usuarios/{catchAll}", |
| 9 | + "UpstreamPathTemplate": "/backend/Usuarios/{catchAll}", |
10 | 10 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
11 | 11 | }, |
12 | 12 | { |
13 | | - "DownstreamPathTemplate": "/api/Usuarios", |
| 13 | + "DownstreamPathTemplate": "/backend/Usuarios", |
14 | 14 | "DownstreamScheme": "http", |
15 | 15 | "DownstreamHostAndPorts": [ |
16 | 16 | { "Host": "localhost", "Port": 5133 } |
17 | 17 | ], |
18 | | - "UpstreamPathTemplate": "/api/Usuarios", |
| 18 | + "UpstreamPathTemplate": "/backend/Usuarios", |
19 | 19 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
20 | 20 | }, |
21 | 21 | { |
22 | | - "DownstreamPathTemplate": "/api/Clientes/{catchAll}", |
| 22 | + "DownstreamPathTemplate": "/backend/Clientes/{catchAll}", |
23 | 23 | "DownstreamScheme": "http", |
24 | 24 | "DownstreamHostAndPorts": [ |
25 | 25 | { "Host": "localhost", "Port": 5156 } |
26 | 26 | ], |
27 | | - "UpstreamPathTemplate": "/api/Clientes/{catchAll}", |
| 27 | + "UpstreamPathTemplate": "/backend/Clientes/{catchAll}", |
28 | 28 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
29 | 29 | }, |
30 | 30 | { |
31 | | - "DownstreamPathTemplate": "/api/Clientes", |
| 31 | + "DownstreamPathTemplate": "/backend/Clientes", |
32 | 32 | "DownstreamScheme": "http", |
33 | 33 | "DownstreamHostAndPorts": [ |
34 | 34 | { "Host": "localhost", "Port": 5156 } |
35 | 35 | ], |
36 | | - "UpstreamPathTemplate": "/api/Clientes", |
| 36 | + "UpstreamPathTemplate": "/backend/Clientes", |
37 | 37 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
38 | 38 | }, |
39 | 39 | { |
40 | | - "DownstreamPathTemplate": "/api/Emprestimos/{catchAll}", |
| 40 | + "DownstreamPathTemplate": "/backend/Emprestimos/{catchAll}", |
41 | 41 | "DownstreamScheme": "http", |
42 | 42 | "DownstreamHostAndPorts": [ |
43 | 43 | { "Host": "localhost", "Port": 5276 } |
44 | 44 | ], |
45 | | - "UpstreamPathTemplate": "/api/Emprestimos/{catchAll}", |
| 45 | + "UpstreamPathTemplate": "/backend/Emprestimos/{catchAll}", |
46 | 46 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
47 | 47 | }, |
48 | 48 | { |
49 | | - "DownstreamPathTemplate": "/api/Emprestimos", |
| 49 | + "DownstreamPathTemplate": "/backend/Emprestimos", |
50 | 50 | "DownstreamScheme": "http", |
51 | 51 | "DownstreamHostAndPorts": [ |
52 | 52 | { "Host": "localhost", "Port": 5276 } |
53 | 53 | ], |
54 | | - "UpstreamPathTemplate": "/api/Emprestimos", |
| 54 | + "UpstreamPathTemplate": "/backend/Emprestimos", |
55 | 55 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
56 | 56 | }, |
57 | 57 | { |
58 | | - "DownstreamPathTemplate": "/api/Notificacoes/{catchAll}", |
| 58 | + "DownstreamPathTemplate": "/backend/Notificacoes/{catchAll}", |
59 | 59 | "DownstreamScheme": "http", |
60 | 60 | "DownstreamHostAndPorts": [ |
61 | 61 | { "Host": "localhost", "Port": 5243 } |
62 | 62 | ], |
63 | | - "UpstreamPathTemplate": "/api/Notificacoes/{catchAll}", |
| 63 | + "UpstreamPathTemplate": "/backend/Notificacoes/{catchAll}", |
64 | 64 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
65 | 65 | }, |
66 | 66 | { |
67 | | - "DownstreamPathTemplate": "/api/Notificacoes", |
| 67 | + "DownstreamPathTemplate": "/backend/Notificacoes", |
68 | 68 | "DownstreamScheme": "http", |
69 | 69 | "DownstreamHostAndPorts": [ |
70 | 70 | { "Host": "localhost", "Port": 5243 } |
71 | 71 | ], |
72 | | - "UpstreamPathTemplate": "/api/Notificacoes", |
| 72 | + "UpstreamPathTemplate": "/backend/Notificacoes", |
73 | 73 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
74 | 74 | }, |
75 | 75 | { |
76 | | - "DownstreamPathTemplate": "/api/Report/{catchAll}", |
| 76 | + "DownstreamPathTemplate": "/backend/Report/{catchAll}", |
77 | 77 | "DownstreamScheme": "http", |
78 | 78 | "DownstreamHostAndPorts": [ |
79 | 79 | { "Host": "localhost", "Port": 5169 } |
80 | 80 | ], |
81 | | - "UpstreamPathTemplate": "/api/Report/{catchAll}", |
| 81 | + "UpstreamPathTemplate": "/backend/Report/{catchAll}", |
82 | 82 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
83 | 83 | }, |
84 | 84 | { |
85 | | - "DownstreamPathTemplate": "/api/Report", |
| 85 | + "DownstreamPathTemplate": "/backend/Report", |
86 | 86 | "DownstreamScheme": "http", |
87 | 87 | "DownstreamHostAndPorts": [ |
88 | 88 | { "Host": "localhost", "Port": 5169 } |
89 | 89 | ], |
90 | | - "UpstreamPathTemplate": "/api/Report", |
| 90 | + "UpstreamPathTemplate": "/backend/Report", |
91 | 91 | "UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"] |
92 | 92 | } |
93 | 93 | ], |
|
0 commit comments