Search function for podcasts added
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user