Extra menu-items uit site_menu tabel in database

This commit is contained in:
2019-10-15 22:32:05 +02:00
parent 138648d715
commit 2b5e21f481
2 changed files with 32 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ $app->get('/', function () use ($app) {
return redirect('docs');
});
$app->get( 'menu/special', 'MenuController@special' );
$app->get('nieuws/overzicht', 'NewsController@newslist' );
$app->get('nieuws/regio/{region:[a-z0-9-]+}', 'NewsController@regionlist' );
$app->get('nieuws/thema/{theme:[a-z0-9-]+}', 'NewsController@themelist' );