BigW Consortium Gitlab

ci.rb 166 Bytes
Newer Older
1 2 3 4 5 6 7
namespace :ci do
  # CI API
  Ci::API::API.logger Rails.logger
  mount Ci::API::API => '/api'

  resource :lint, only: [:show, :create]

8
  root to: redirect('/')
9
end