summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 0 insertions, 2 deletions
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