programma/nustraks toegevoegd.

This commit is contained in:
2017-07-02 15:20:27 +02:00
parent 245a86233e
commit f501ab5438
2 changed files with 46 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ $app->get('podcast/overzicht', 'PodcastController@overview' );
$app->get('podcast/download/{id:\d+}/[{title}]', 'PodcastController@download' );
$app->get('podcast/stream/{id:\d+}/[{title}]', 'PodcastController@stream' );
// programma/nustraks
$app->get('programma/schema/nustraks', 'ProgramController@comingup' );
$app->get('programma/schema/week[/{weeksAhead:\d+}]', 'ProgramController@schedule' );
// programma/details/{id:\d+}