Download attachments
This commit is contained in:
6
ui/resources/routes/02_attachments.php
Normal file
6
ui/resources/routes/02_attachments.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use ProVM\Common\Controller\Attachments;
|
||||
|
||||
$app->group('/attachment/{attachment_id}', function($app) {
|
||||
$app->get('[/]', [Attachments::class, 'get']);
|
||||
});
|
Reference in New Issue
Block a user