redirect /explore to / (#1051)

This commit is contained in:
Devin Howard 2017-01-27 15:16:31 -05:00 committed by GitHub
parent 6e913efbae
commit 2c6da79df3

View file

@ -14,6 +14,7 @@ Metamaps::Application.routes.draw do
get 'starred'
get 'mapper/:id', action: 'mapper'
end
get :explore, to: redirect('/')
resources :maps, except: [:index, :edit] do
member do