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 5e6346a commit 52bf4a7Copy full SHA for 52bf4a7
src/configRoutes.ts
@@ -11,6 +11,7 @@ export const config: { ports: PortConfig[] } = {
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/resendactive', target: '127.0.0.1:30031' },
14
+ { method: 'POST', path: '/v1/activeuser', target: '127.0.0.1:30031' },
15
]
16
},
17
{
0 commit comments