diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-08-18 10:14:13 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-08-18 11:47:03 +0200 |
commit | 1ffd0c8562922de0e70eef2faf71108e0eecbb51 (patch) | |
tree | 4bd63bb25777387ce3368c75a148196c33e23d8c /config/routes | |
parent | 45c8c17e8034c7a284811caf75029a5809170a77 (diff) | |
download | gitlab-ce-1ffd0c8562922de0e70eef2faf71108e0eecbb51.tar.gz |
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. :)
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes/ci.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/routes/ci.rb b/config/routes/ci.rb index 8d23aa8fbf6..cbd4c2db852 100644 --- a/config/routes/ci.rb +++ b/config/routes/ci.rb @@ -1,8 +1,4 @@ namespace :ci do - # CI API - Ci::API::API.logger Rails.logger - mount Ci::API::API => '/api' - resource :lint, only: [:show, :create] root to: redirect('/') |