Statistieken werkend
This commit is contained in:
@@ -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' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user