1ffd0c8562
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. :)
5 lines
88 B
Ruby
5 lines
88 B
Ruby
namespace :ci do
|
|
resource :lint, only: [:show, :create]
|
|
|
|
root to: redirect('/')
|
|
end
|