complete sign up

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-27 08:52:32 -04:00
parent 193d634cdc
commit 471a9b0f7d
4 changed files with 9 additions and 2 deletions
+3
View File
@@ -42,7 +42,10 @@ $routes->get('/en/wrench/api/v1/test','Home::test');
$routes->post('/en/wrench/api/v1/apigate', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/generics', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/createuser', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/verifysignuplink', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/completesignuplink', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/createmobileuser', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/completemobileuser', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/startresetpasword', 'WrenchApi::apigate');