Commit d63f04ab authored by Nihad Abbasov's avatar Nihad Abbasov

nest issues actions in one route collection

parent dd64b761
......@@ -52,10 +52,8 @@ Gitlab::Application.routes.draw do
resources :team_members
resources :issues do
collection do
post :sort
end
collection do
get :search
post :sort
get :search
end
end
resources :notes, :only => [:create, :destroy]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment