diff --git a/config/routes.rb b/config/routes.rb --- a/config/routes.rb +++ b/config/routes.rb @@ -1,13 +1,13 @@ CafeGrader::Application.routes.draw do get "report/login" - get "logins/list" - resources :contests resources :announcements resources :sites + resources :problems, only: [:show] + # The priority is based upon order of creation: # first created -> highest priority.