get medida
This commit is contained in:
@@ -252,9 +252,8 @@ define('WRENCHBOARD_ACCOUNT_COUNTRY_BANKS', 11183);
|
||||
define('WRENCHBOARD_ACCOUNT_HOMEBANNERS', 11200);
|
||||
define('WRENCHBOARD_ACCOUNT_NOTIFICATIONS', 11205);
|
||||
|
||||
define('WRENCHBOARD_PICTURE_PROFILE', 11300);
|
||||
define('WRENCHBOARD_PICTURE_FAMMEMBER',11305);
|
||||
|
||||
const WRENCHBOARD_PICTURE_PROFILE = 11300;
|
||||
const WRENCHBOARD_PICTURE_FAMMEMBER = 11305;
|
||||
const WRENCHBOARD_RESOURCE_MYFILES = 11307;
|
||||
const WRENCHBOARD_MYFILES_LIST = 11309;
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user