Skip to content

Commit a466890

Browse files
committed
mudando rota ocelot
1 parent 09cda2f commit a466890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/backend/ocelot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"Routes": [
33
{
4-
"DownstreamPathTemplate": "/api/{catchAll}",
4+
"DownstreamPathTemplate": "/backend/{catchAll}",
55
"DownstreamScheme": "http",
66
"DownstreamHostAndPorts": [
77
{
88
"Host": "localhost",
99
"Port": 5167
1010
}
1111
],
12-
"UpstreamPathTemplate": "/api/{catchAll}",
12+
"UpstreamPathTemplate": "/backend/{catchAll}",
1313
"UpstreamHttpMethod": ["Get", "Post", "Put", "Delete", "Patch", "Options"]
1414
}
1515
],

0 commit comments

Comments
 (0)