debian-mirror-gitlab/config/routes/ci.rb
2018-05-09 12:01:36 +05:30

6 lines
76 B
Ruby

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