get medida

This commit is contained in:
CHIEFSOFT\ameye
2023-08-10 17:32:49 -04:00
parent fee62721fe
commit fe6af677c4
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ $routes->post('/en/wrench/api/v1/mynotifications', 'WrenchNotifications::
$routes->post('/en/wrench/api/v1/dashrecent', 'WrenchDashRecent::apigate');
$routes->post('/en/wrench/api/v1/getmedia', 'WrenchMedia::apigate');
$routes->get('/en/wrench/api/v1/getmedia', 'WrenchMedia::apigate');
$routes->get('/en/wrench/api/v1/getmedia/(:any)', 'WrenchMedia::apigate/$1');