debian-mirror-gitlab/config/routes/ci.rb

6 lines
87 B
Ruby
Raw Normal View History

2016-11-03 12:29:30 +05:30
namespace :ci do
resource :lint, only: [:show, :create]
2018-03-17 18:26:18 +05:30
root to: redirect('')
2016-11-03 12:29:30 +05:30
end