Reverse order and multiple log files handler
This commit is contained in:
@ -5,5 +5,6 @@ $app->group('/logs', function($app) {
|
||||
$app->get('[/]', Logs::class);
|
||||
});
|
||||
$app->group('/log/{log_file}', function($app) {
|
||||
$app->get('/more/{start}[/{amount}]', [Logs::class, 'getMore']);
|
||||
$app->get('[/]', [Logs::class, 'get']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user