Commit 1723419b authored by Imre Farkas's avatar Imre Farkas

Resolve conflict in config/routes/project.rb

parent 53f4664c
......@@ -386,12 +386,9 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end
end
<<<<<<< HEAD
## EE-specific
resources :vulnerability_feedback, only: [:index, :create, :destroy], constraints: { id: /\d+/ }
=======
>>>>>>> upstream/master
get :issues, to: 'issues#calendar', constraints: lambda { |req| req.format == :ics }
resources :issues, concerns: :awardable, constraints: { id: /\d+/ } do
member do
......
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