Skip to content

Commit 52bf4a7

Browse files
committed
Add POST route for activating user in configRoutes.ts
1 parent 5e6346a commit 52bf4a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configRoutes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const config: { ports: PortConfig[] } = {
1111
{ method: 'POST', path: '/v1/verifycode', target: '127.0.0.1:30031' },
1212
{ method: 'POST', path: '/v1/getforgetcode', target: '127.0.0.1:30031' },
1313
{ method: 'POST', path: '/v1/resendactive', target: '127.0.0.1:30031' },
14+
{ method: 'POST', path: '/v1/activeuser', target: '127.0.0.1:30031' },
1415
]
1516
},
1617
{

0 commit comments

Comments
 (0)