gitlab-org--gitlab-foss/config/routes/ci.rb
Stan Hu d6cd7006ae Fix broken Members link when relative URL root paths are used
Navigating to the "Members" section of a project would omit the
relative URL root path. Fix the redirection and eliminate the
need for a redirection in the first place.

Fix other redirections failing to work with relative roots
2017-10-27 14:32:38 -07:00

5 lines
87 B
Ruby

namespace :ci do
resource :lint, only: [:show, :create]
root to: redirect('')
end