Plaatjes gefixt en /nieuws/bericht/:id toegevoegd
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
*/
|
||||
|
||||
$app->get('/', function () use ($app) {
|
||||
return $app->version();
|
||||
return redirect('docs');
|
||||
});
|
||||
|
||||
$app->get('nieuws/overzicht[/{count:\d+}[/{page:\d+}]]', 'NewsController@list' );
|
||||
$app->get('nieuws/bericht/{id:\d+}', 'NewsController@item' );
|
||||
|
||||
Reference in New Issue
Block a user