gitlab-org--gitlab-foss/config/routes/ci.rb
Zeger-Jan van de Weg 1ffd0c8562
Remove CI API v1
This API was mainly for internal usage, and has been moved to the
general API: APIv4. The endpoints have been deprecated since 9.0, and
won't see 10.0. :)
2017-08-18 11:47:03 +02:00

5 lines
88 B
Ruby

namespace :ci do
resource :lint, only: [:show, :create]
root to: redirect('/')
end