redirect /explore to / (#1051)
This commit is contained in:
parent
6e913efbae
commit
2c6da79df3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue