Commit 967bcffc authored by Rémy Coutable's avatar Rémy Coutable

Resolve config/routes/project.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4e6eb422
......@@ -430,12 +430,11 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end
collection do
post :bulk_update
<<<<<<< HEAD
post :export_csv
get :service_desk ## EE-specific
=======
>>>>>>> upstream/master
## EE-specific START
post :export_csv
get :service_desk
## EE-specific END
end
resources :issue_links, only: [:index, :create, :destroy], as: 'links', path: 'links'
......
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