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 'starred'
|
||||||
get 'mapper/:id', action: 'mapper'
|
get 'mapper/:id', action: 'mapper'
|
||||||
end
|
end
|
||||||
|
get :explore, to: redirect('/')
|
||||||
|
|
||||||
resources :maps, except: [:index, :edit] do
|
resources :maps, except: [:index, :edit] do
|
||||||
member do
|
member do
|
||||||
|
|
Loading…
Add table
Reference in a new issue