Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60c1724bc052d312877f388326f9161915611b30 (plain)
1
2
3
4
5
namespace :ci do
  resource :lint, only: [:show, :create]

  root to: redirect('')
end