Changes to schedule for frontend

This commit is contained in:
2017-07-27 00:06:57 +02:00
parent 8b30298ca6
commit 4ff0d7acc2
5 changed files with 28 additions and 19 deletions

View File

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