diff options
-rw-r--r-- | app/controllers/static_controller.rb | 3 | ||||
-rw-r--r-- | config/routes.rb | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb index 038cc19..6fc9490 100644 --- a/app/controllers/static_controller.rb +++ b/app/controllers/static_controller.rb @@ -1,7 +1,4 @@ class StaticController < ApplicationController def homepage end - - def test - end end diff --git a/config/routes.rb b/config/routes.rb index 5d53c0e..1ce6e05 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -21,8 +21,6 @@ Leaguer::Application.routes.draw do root to: 'static#homepage' - get '/testsvg', to: 'static#test' - get '/search', to: 'search#go' end |