2013-08-21 19:16:42 +00:00
|
|
|
Zammad::Application.routes.draw do
|
|
|
|
api_path = Rails.configuration.api_path
|
2013-05-21 22:30:09 +00:00
|
|
|
|
2013-08-21 19:16:42 +00:00
|
|
|
# search
|
|
|
|
match api_path + '/search', :to => 'search#search', :via => [:get, :post]
|
2013-05-21 22:30:09 +00:00
|
|
|
|
|
|
|
end
|