Added news themes

This commit is contained in:
2017-10-16 21:45:19 +02:00
parent 8fc1c482f1
commit dd88cbb4c8
3 changed files with 14 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ $app->get('/', function () use ($app) {
$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' );
$app->get('nieuws/populair', 'NewsController@popularNews' );
$app->get('nieuws/bericht/{id:\d+}', 'NewsController@newsitem' );
$app->get('nieuws/regionieuws', 'PodcastController@latestNews' );