# HG changeset patch # User Nattee Niparnan # Date 2019-10-10 05:00:21 # Node ID aac82fe8b8009489dc4bc96c859d5fc57f7596fa # Parent 4b83dfaa53e245ec0bdf1c8f79db82d9590eb1aa # Parent b90509d73a817c1e0c502fe3c06b03f693540670 merge diff --git a/config/routes.rb b/config/routes.rb --- a/config/routes.rb +++ b/config/routes.rb @@ -147,6 +147,12 @@ get 'current_score(/:group_id)', action: 'current_score', as: 'current_score' get 'max_score' post 'show_max_score' + get 'problem_hof(/:id)', action: 'problem_hof', as: 'problem_hof' + get 'stuck' + get 'cheat_report' + post 'cheat_report' + get 'cheat_scruntinize' + post 'cheat_scruntinize' end #get 'report/current_score', to: 'report#current_score', as: 'report_current_score' #get 'report/problem_hof(/:id)', to: 'report#problem_hof', as: 'report_problem_hof'