summaryrefslogtreecommitdiff
path: root/config/routes/ci.rb
blob: 60c1724bc052d312877f388326f9161915611b30 (plain)
1
2
3
4
5
namespace :ci do
  resource :lint, only: [:show, :create]

  root to: redirect('')
end