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

6 lines
76 B
Ruby
Raw Normal View History

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