mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- set / route to /search
This commit is contained in:
parent
cf8ee9b312
commit
0c87bf740f
2 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,8 @@ Merb::Router.prepare do
|
||||||
# RESTful routes
|
# RESTful routes
|
||||||
# resources :posts
|
# resources :posts
|
||||||
|
|
||||||
|
match('/').to(:controller => 'search', :action => 'index')
|
||||||
|
|
||||||
# Adds the required routes for merb-auth using the password slice
|
# Adds the required routes for merb-auth using the password slice
|
||||||
slice(:merb_auth_slice_password, :name_prefix => nil, :path_prefix => "")
|
slice(:merb_auth_slice_password, :name_prefix => nil, :path_prefix => "")
|
||||||
|
|
||||||
|
@ -41,4 +43,4 @@ Merb::Router.prepare do
|
||||||
|
|
||||||
# Change this for your home page to be available at /
|
# Change this for your home page to be available at /
|
||||||
# match('/').to(:controller => 'whatever', :action =>'index')
|
# match('/').to(:controller => 'whatever', :action =>'index')
|
||||||
end
|
end
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
31261
|
|
Loading…
Add table
Add a link
Reference in a new issue