Statistieken werkend

This commit is contained in:
2017-09-05 02:30:29 +02:00
parent 5af44ce217
commit 4392b1c188
2 changed files with 32 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ $app->get('/', function () use ($app) {
});
$app->get('nieuws/overzicht', 'NewsController@newslist' );
$app->get('nieuws/populair', 'NewsController@popular' );
$app->get('nieuws/bericht/{id:\d+}', 'NewsController@newsitem' );
$app->get('nieuws/regionieuws', 'PodcastController@latestNews' );