diff options
Diffstat (limited to 'config/routes/project.rb')
-rw-r--r-- | config/routes/project.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 00d674575c4..5b1a0d2bb7a 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -494,8 +494,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do collection do scope '*ref', constraints: { ref: Gitlab::PathRegex.git_reference_regex } do constraints format: /svg/ do - # Keep around until 10.0, see gitlab-org/gitlab-ce#35307 - get :build, to: "badges#pipeline" get :pipeline get :coverage end |