Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2017-08-18 11:14:13 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2017-08-18 12:47:03 +0300
commit1ffd0c8562922de0e70eef2faf71108e0eecbb51 (patch)
tree4bd63bb25777387ce3368c75a148196c33e23d8c /config
parent45c8c17e8034c7a284811caf75029a5809170a77 (diff)
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')
-rw-r--r--config/routes/ci.rb4
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('/')