gonito/config/routes

22 lines
641 B
Plaintext
Raw Normal View History

2015-08-20 22:33:38 +02:00
/static StaticR Static appStatic
/auth AuthR Auth getAuth
/fay-command FaySiteR FaySite getFaySite
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
2015-11-11 13:25:09 +01:00
/ HomeR GET
2015-08-29 14:58:47 +02:00
/create-challenge CreateChallengeR GET POST
2015-08-29 18:24:01 +02:00
/view-progress/#Int ViewProgressR GET
2015-09-04 23:23:32 +02:00
/list-challenges ListChallengesR GET
2015-09-06 14:24:49 +02:00
2015-09-04 23:23:32 +02:00
/challenge/#Text ShowChallengeR GET
2015-09-06 14:24:49 +02:00
/challenge-readme/#Text ChallengeReadmeR GET
2015-09-06 15:33:37 +02:00
/challenge-submission/#Text ChallengeSubmissionR GET POST
2015-09-29 22:31:56 +02:00
/challenge-my-submissions/#Text ChallengeMySubmissionsR GET
/challenge-all-submissions/#Text ChallengeAllSubmissionsR GET
2015-11-11 22:10:41 +01:00
/challenge-how-to/#Text ChallengeHowToR GET
2015-09-30 20:15:33 +02:00
/account YourAccountR GET POST