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 ...@@ -430,12 +430,11 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end end
collection do collection do
post :bulk_update post :bulk_update
<<<<<<< HEAD
post :export_csv
get :service_desk ## EE-specific ## EE-specific START
======= post :export_csv
>>>>>>> upstream/master get :service_desk
## EE-specific END
end end
resources :issue_links, only: [:index, :create, :destroy], as: 'links', path: 'links' 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