Generate API calls

This commit is contained in:
CHIEFSOFT\ameye
2024-08-17 15:11:54 -04:00
parent 5ebfc2ed0c
commit 686305c00b
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ $routes->post('/en/wrench/api/v1/familywallet', 'WrenchWal
//$routes->get('/en/wrench/api/v1/familywallet/redeem/options', 'WrenchWallet::apigate');
$routes->post('/en/wrench/api/v1/generatives', 'WrenchResources::generatives');
$routes->post('/en/wrench/api/v1/familyresources', 'WrenchResources::familyresources');
$routes->post('/en/wrench/api/v1/commonmedia', 'WrenchResources::commonmedia');