Commit e6142470 authored by Ash McKenzie's avatar Ash McKenzie

Resolve conflicts in config/routes/project.rb

parent 9a208719
......@@ -202,21 +202,15 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resource :mirror, only: [:show, :update] do
member do
<<<<<<< HEAD
get :ssh_host_keys, constraints: { format: :json }
=======
>>>>>>> upstream/master
post :update_now
end
end
<<<<<<< HEAD
## EE-specific
resources :push_rules, constraints: { id: /\d+/ }, only: [:update]
## EE-specific
=======
>>>>>>> upstream/master
resources :pipelines, only: [:index, :new, :create, :show] do
collection do
resource :pipelines_settings, path: 'settings', only: [:show, :update]
......
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