Added live blog
This commit is contained in:
@@ -27,6 +27,8 @@ $app->get('agenda/overzicht[/week]', 'NewsController@calendarlist' );
|
||||
$app->get('agenda/item/{id:\d+}', 'NewsController@calendaritem' );
|
||||
$app->get('agenda/populair', 'NewsController@popularCalendar' );
|
||||
|
||||
$app->get('blog/overzicht/{from:\d\d\d\d-\d\d?-\d\d?}/{to:\d\d\d\d-\d\d?-\d\d?}', 'NewsController@bloglist' );
|
||||
|
||||
$app->get('podcast/overzicht', 'PodcastController@overview' );
|
||||
$app->get('podcast/details/{id:\d+}', 'PodcastController@details' );
|
||||
$app->get('podcast/zoeken/{query}', 'PodcastController@findpodcast' );
|
||||
|
||||
Reference in New Issue
Block a user