/podcast/{overzicht,stream,download} toegevoegd

This commit is contained in:
2017-06-11 22:58:53 +02:00
parent f2ae355e72
commit 7ede0532ac
8 changed files with 1660 additions and 211 deletions

View File

@@ -16,8 +16,6 @@ $app->get('/', function () use ($app) {
});
$app->get('nieuws/overzicht', 'NewsController@list' );
$app->get('nieuws/overzicht/{count:\d+}', 'NewsController@list' );
$app->get('nieuws/overzicht/{count:\d+}/{page:\d+}', 'NewsController@list' );
$app->get('nieuws/bericht/{id:\d+}', 'NewsController@item' );
$app->get('agenda/overzicht[/week]', 'AgendaController@listWeek' );
@@ -25,3 +23,15 @@ $app->get('agenda/overzicht/maand', 'AgendaController@listMonth' );
$app->get('agenda/overzicht/alles', 'AgendaController@list' );
$app->get('agenda/kalender[/{year:\d\d\d\d}/{month:\d\d?}]', 'AgendaController@calendar' );
$app->get('agenda/details/{id:\d+}', 'AgendaController@item' );
$app->get('podcast/overzicht', 'PodcastController@list' );
// podcast/programma/1234[?aantal=&pagina=]
$app->get('podcast/download/{id:\d+}/[{title}]', 'PodcastController@download' );
$app->get('podcast/stream/{id:\d+}/[{title}]', 'PodcastController@stream' );
// programma/nustraks
// programma/schema
// programma/details/{id:\d+}
// live/onair
// live/stream