debian-mirror-gitlab/config/routes/ci.rb
2018-03-17 18:26:18 +05:30

6 lines
87 B
Ruby

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