diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index 571e629..45694aa 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,10 +15,9 @@ Leaguer::Application.routes.draw do resources :teams resources :tournaments do - resources :matches + resources :matches, only: [:index, :show] end - root to: 'static#homepage' get '/testsvg', to: 'static#test' |