nieuws/overzicht[/aantal/pagina] toegevoegd
This commit is contained in:
@@ -15,4 +15,4 @@ $app->get('/', function () use ($app) {
|
||||
return $app->version();
|
||||
});
|
||||
|
||||
$app->get('nieuws/overzicht', 'NewsController@list' );
|
||||
$app->get('nieuws/overzicht[/{count:\d+}[/{page:\d+}]]', 'NewsController@list' );
|
||||
|
||||
Reference in New Issue
Block a user