19 lines
476 B
Plaintext
19 lines
476 B
Plaintext
/static StaticR Static appStatic
|
|
/auth AuthR Auth getAuth
|
|
|
|
/favicon.ico FaviconR GET
|
|
/robots.txt RobotsR GET
|
|
|
|
/ HomeR GET POST
|
|
|
|
/profile ProfileR GET
|
|
|
|
/term TermShowR GET
|
|
/term/edit TermEditR GET POST
|
|
/term/#TermIdentifier/edit TermEditExistR GET
|
|
|
|
/course CourseShowR GET
|
|
/course/edit CourseEditR GET POST
|
|
/course/#TermIdentifier/#Text/edit CourseEditExistR GET
|
|
|