gonito/config/routes
2015-09-06 15:33:37 +02:00

17 lines
448 B
Plaintext

/static StaticR Static appStatic
/auth AuthR Auth getAuth
/fay-command FaySiteR FaySite getFaySite
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/ HomeR GET POST
/create-challenge CreateChallengeR GET POST
/view-progress/#Int ViewProgressR GET
/list-challenges ListChallengesR GET
/challenge/#Text ShowChallengeR GET
/challenge-readme/#Text ChallengeReadmeR GET
/challenge-submission/#Text ChallengeSubmissionR GET POST