Create account controller

This commit is contained in:
CHIEFSOFT\ameye
2024-07-07 14:03:25 -04:00
parent e1bc281ab6
commit 09c14cf2ca
2 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ $routes->post('/en/wrench/api/v1/helpdata', 'WrenchFaq::helpgate');
$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/createuser', 'WrenchAccount::CreateNewAccount'); // 'WrenchApi::apigate'
$routes->post('/en/wrench/api/v1/verifysignuplink', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/completesignuplink', 'WrenchApi::apigate');