59 lines
1.9 KiB
Plaintext
59 lines
1.9 KiB
Plaintext
/static StaticR Static appStatic
|
|
/auth AuthR Auth getAuth
|
|
|
|
/favicon.ico FaviconR GET
|
|
/robots.txt RobotsR GET
|
|
|
|
/ HomeR GET
|
|
|
|
/create-challenge CreateChallengeR GET POST
|
|
/view-progress/#Int ViewProgressR GET
|
|
/open-view-progress/#Int OpenViewProgressR GET
|
|
/list-challenges ListChallengesR GET
|
|
/challenge-image/#ChallengeId ChallengeImageR 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
|
|
/challenge-discussion/#Text ChallengeDiscussionR GET POST
|
|
/challenge-discussion-rss/#Text ChallengeDiscussionFeedR GET
|
|
/trigger-remotely TriggerRemotelyR POST
|
|
/trigger-locally TriggerLocallyR POST
|
|
|
|
/q QueryFormR GET POST
|
|
/q/#Text QueryResultsR GET
|
|
|
|
/api/txt/score/#Text ApiTxtScoreR GET
|
|
|
|
/make-public/#SubmissionId MakePublicR GET
|
|
/hide-submission/#SubmissionId HideSubmissionR GET
|
|
/restore-submission/#SubmissionId RestoreSubmissionR GET
|
|
|
|
/account YourAccountR GET POST
|
|
/avatar/#UserId AvatarR GET
|
|
/create-reset-link CreateResetLinkR GET POST
|
|
/reset-password/#Text ResetPasswordR GET POST
|
|
|
|
/tags TagsR GET POST
|
|
/achievements AchievementsR GET POST
|
|
/edit-achievement/#AchievementId EditAchievementR GET POST
|
|
/start-working-on/#AchievementId StartWorkingOnR GET
|
|
/give-up-working-on/#AchievementId GiveUpWorkingOnR GET
|
|
/submission-for-achievement/#SubmissionId/#WorkingOnId SubmissionForAchievementR GET
|
|
/toggle-submission-tag/#SubmissionTagId ToggleSubmissionTagR GET
|
|
|
|
/extra-points ExtraPointsR GET POST
|
|
|
|
/score/#UserId ScoreR GET
|
|
/my-score MyScoreR GET
|
|
|
|
/edit-submission/#SubmissionId EditSubmissionR GET POST
|
|
|
|
/presentation/4real Presentation4RealR GET
|
|
/presentation/datech-2017 PresentationDATeCH2017R GET
|
|
/gonito-in-class GonitoInClassR GET
|