My files
This commit is contained in:
@@ -256,6 +256,7 @@ define('WRENCHBOARD_PICTURE_PROFILE', 11300);
|
||||
define('WRENCHBOARD_PICTURE_FAMMEMBER',11305);
|
||||
|
||||
const WRENCHBOARD_RESOURCE_MYFILES = 11307;
|
||||
const WRENCHBOARD_MYFILES_LIST = 11309;
|
||||
|
||||
define('WRENCHBOARD_USER_DELETEACC', 11990);
|
||||
define('WRENCHBOARD_ACCOUNT_END', 11999);
|
||||
|
||||
@@ -151,6 +151,7 @@ $routes->post('/en/wrench/api/v1/pendingjobcancel', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/assigntask', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/uploads', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/myfiles', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/marketmessage', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/marketinterest', 'WrenchApi::apigate');
|
||||
|
||||
Reference in New Issue
Block a user