programma/nustraks toegevoegd.
This commit is contained in:
@@ -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+}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user