Skip to content

Commit 5a5bb19

Browse files
Add new password route to config route
1 parent 9d79730 commit 5a5bb19

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
@@ -10,6 +10,7 @@ export const config: { ports: PortConfig[] } = {
1010
{ method: 'POST', path: '/v1/login', target: '127.0.0.1:30031' },
1111
{ method: 'POST', path: '/v1/verifycode', target: '127.0.0.1:30031' },
1212
{ method: 'POST', path: '/v1/getforgetcode', target: '127.0.0.1:30031' },
13+
{method: 'POST', path: '/v1/newpassword', target: '127.0.0.1:30031' },
1314
{ method: 'POST', path: '/v1/resendactive', target: '127.0.0.1:30031' },
1415
{ method: 'POST', path: '/v1/activeuser', target: '127.0.0.1:30031' },
1516
]

0 commit comments

Comments
 (0)