group('/value', function($app) { $app->get('/{fecha}', [Value::class, 'fecha']); $app->get('[/]', Value::class); });