group('/pie/{pie_id}', function($app) { $app->post('/edit[/]', [Pies::class, 'edit']); });