Commit 76db9b8d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Refactor merge request routing

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent ab78d4b1
...@@ -87,8 +87,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do ...@@ -87,8 +87,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
namespace :analytics do namespace :analytics do
resources :code_reviews, only: [:index] resources :code_reviews, only: [:index]
end end
draw :merge_requests_ee
end end
# End of the /-/ scope. # End of the /-/ scope.
......
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