gonito/config/routes

28 lines
789 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
/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
/challenge-my-submissions/#Text ChallengeMySubmissionsR GET
/challenge-all-submissions/#Text ChallengeAllSubmissionsR GET
/challenge-how-to/#Text ChallengeHowToR GET
/challenge-graph-data/#Text ChallengeGraphDataR GET
/q QueryFormR GET POST
/q/#Text QueryResultsR GET
/make-public/#SubmissionId MakePublicR GET
/account YourAccountR GET POST