From 84e3097706504eacb3258ade020499447d5d726e Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Tue, 11 Oct 2022 17:20:20 +0200 Subject: [PATCH] fix build. No idea what was wrong though. --- routes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/routes b/routes index 8f1da5937..15cad2ad9 100644 --- a/routes +++ b/routes @@ -10,7 +10,7 @@ -- Admins always have access to entities within their assigned schools. -- -- Access tags are defined in Model.Types.Security --- +-- -- Access Tags: -- !free -- free for all -- !lecturer -- lecturer for this course (or for any school, if route is not connected to a course) @@ -62,7 +62,7 @@ /admin/tokens AdminTokensR GET POST /admin/crontab AdminCrontabR GET /admin/avs AdminAvsR GET POST -/admin/ldap AdminLdapR GET POST +/admin/ldap AdminLdapR GET POST /print PrintCenterR GET POST !system-printer /print/acknowledge/#Day/#Int/#Int PrintAcknowR GET POST !system-printer @@ -282,10 +282,10 @@ /lms/#SchoolId/#QualificationShorthand/userlist LmsUserlistR GET POST /lms/#SchoolId/#QualificationShorthand/userlist/upload LmsUserlistUploadR GET POST -- development /lms/#SchoolId/#QualificationShorthand/userlist/direct LmsUserlistDirectR POST -- token -/lms/#SchoolId/#QualificationShorthand/result LmsResultR GET POST +/lms/#SchoolId/#QualificationShorthand/fake LmsFakeR GET POST -- development -- TODO: delete this testing URL +/lms/#SchoolId/#QualificationShorthand/result LmsResultR GET POST /lms/#SchoolId/#QualificationShorthand/result/upload LmsResultUploadR GET POST -- development /lms/#SchoolId/#QualificationShorthand/result/direct LmsResultDirectR POST -- token -/lms/#SchoolId/#QualificationShorthand/fake LmsFakeR GET POST -- development -- TODO: delete this testing URL /api ApiDocsR GET !free /swagger SwaggerR GET !free