We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d79730 commit 5a5bb19Copy full SHA for 5a5bb19
src/configRoutes.ts
@@ -10,6 +10,7 @@ export const config: { ports: PortConfig[] } = {
10
{ method: 'POST', path: '/v1/login', target: '127.0.0.1:30031' },
11
{ method: 'POST', path: '/v1/verifycode', target: '127.0.0.1:30031' },
12
{ method: 'POST', path: '/v1/getforgetcode', target: '127.0.0.1:30031' },
13
+ {method: 'POST', path: '/v1/newpassword', target: '127.0.0.1:30031' },
14
{ method: 'POST', path: '/v1/resendactive', target: '127.0.0.1:30031' },
15
{ method: 'POST', path: '/v1/activeuser', target: '127.0.0.1:30031' },
16
]
0 commit comments