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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api.rb')
-rw-r--r--lib/api.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/api.rb b/lib/api.rb
index f4e9e5fcc13..2890a8cc9e8 100644
--- a/lib/api.rb
+++ b/lib/api.rb
@@ -17,8 +17,6 @@ module Gitlab
mount Projects
mount Issues
mount Milestones
- mount Keys
mount Session
- mount Commits
end
end