Search function for podcasts added

This commit is contained in:
2017-10-22 18:31:23 +02:00
parent 8e87a89c8f
commit b9c223a51b
2 changed files with 33 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ $app->get('agenda/populair', 'NewsController@popularCalendar' );
$app->get('podcast/overzicht', 'PodcastController@overview' );
$app->get('podcast/details/{id:\d+}', 'PodcastController@details' );
$app->get('podcast/zoeken/{query}', 'PodcastController@findpodcast' );
$app->get('podcast/programma/{id:\d+}', 'PodcastController@program' );
$app->get('podcast/download/{id:\d+}/{title}', 'PodcastController@download' );
$app->get('podcast/stream/{id:\d+}/{title}', 'PodcastController@stream' );