Jobs setup
This commit is contained in:
@ -2,9 +2,8 @@
|
||||
use ProVM\Common\Controller\Attachments;
|
||||
|
||||
$app->group('/attachments', function($app) {
|
||||
$app->put('/grab', [Attachments::class, 'grab']);
|
||||
$app->get('/pending', [Attachments::class, 'pending']);
|
||||
$app->post('/decrypt', [Attachments::class, 'decrypt']);
|
||||
$app->put('/grab[/]', [Attachments::class, 'grab']);
|
||||
$app->get('/pending[/]', [Attachments::class, 'pending']);
|
||||
$app->get('[/]', Attachments::class);
|
||||
});
|
||||
$app->group('/attachment/{attachment_id}', function($app) {
|
||||
|
Reference in New Issue
Block a user