Skip to content

Commit bc0a1a7

Browse files
committed
update config
1 parent 1544d28 commit bc0a1a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/configRoutes.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ export const config: { ports: PortConfig[] } = {
1010
{ method: 'PUT', path: '/user/update', target: '127.0.0.1:4561' },
1111
{ method: 'GET', path: '/transaction/get', target: '127.0.0.1:9761' }
1212
]
13+
},
14+
{
15+
port: 9005,
16+
gateway: '127.0.0.1:3005',
17+
routes: []
18+
},
19+
{
20+
port: 9524,
21+
gateway: '127.0.0.1:2524',
22+
routes: []
1323
}
1424
]
1525
};

0 commit comments

Comments
 (0)