group('/attachment/{attachment_id}', function($app) { $app->get('[/]', [Attachments::class, 'get']); });