This commit is contained in:
CHIEFSOFT\ameye
2023-09-29 05:59:13 -04:00
parent 33791d0762
commit cb3f58b780
4 changed files with 524 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ $routes->get('/', 'Home::index');
$routes->get('/en/wrench/api/v1/test','Home::test');
$routes->post('/en/wrench/api/v1/playground', 'WrenchPlayGround::apigate');
$routes->post('/en/wrench/api/v1/authlogin', 'WrenchOauth::apigate');
$routes->post('/en/wrench/api/v1/authstart', 'WrenchOauth::apigate');