summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-23 22:50:48 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-23 22:50:48 -0400
commit41a93fad32677e3f351c0e16f0c704cbfbc5404e (patch)
treeaa46c550dbd15a1f0bb0faf4e8eebb92c4970bdd /config
parent19b04a49d01af1917385c166501ef086eddae437 (diff)
parent47be7c86ca5193ffe4331fbb9358a9171abe748b (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 5d53c0e..d7807f0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -19,9 +19,7 @@ Leaguer::Application.routes.draw do
resource :server, only: [:show, :edit, :update]
- root to: 'static#homepage'
-
- get '/testsvg', to: 'static#test'
+ root to: 'main#homepage'
get '/search', to: 'search#go'