417
417
('subjects/:subject/:year/:semester/+worksheets', OfferingView),
418
418
('subjects/:subject/+worksheets/+media/*(path)', SubjectMediaView),
419
419
('subjects/:subject/:year/:semester/+worksheets/:worksheet', WorksheetView),
420
421
('api/subjects/:subject/:year/:semester/+worksheets/:worksheet/*exercise/'
421
422
'+attempts/:username', AttemptsRESTView),
422
423
('api/subjects/:subject/:year/:semester/+worksheets/:worksheet/*exercise/'
423
424
'+attempts/:username/:date', AttemptRESTView),
424
426
('api/subjects/:subject/:year/:semester/+worksheets/:worksheet/*exercise', ExerciseRESTView),