Regionieuws toegevoegd

This commit is contained in:
2017-08-10 10:28:40 +02:00
parent 5ec227a942
commit 8c2075c7db
2 changed files with 16 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ $app->get('/', function () use ($app) {
$app->get('nieuws/overzicht', 'NewsController@newslist' );
$app->get('nieuws/bericht/{id:\d+}', 'NewsController@newsitem' );
$app->get('nieuws/regionieuws', 'PodcastController@latestNews' );
$app->get('agenda/overzicht[/week]', 'NewsController@calendarlist' );
$app->get('agenda/item/{id:\d+}', 'NewsController@calendaritem' );