diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-09-21 05:35:45 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-09-21 05:35:45 -0700 |
commit | 4afb7b7cb7b42688bea70298c80b4735f59dab22 (patch) | |
tree | 09b720d1beaa3e1e371345b3373629c9c9f63ae4 /lib/api.rb | |
parent | 131553627d2e62cea2ea8a342250ca2d2495d8fc (diff) | |
parent | bbdb2c3fef5a71802131c08226d7f4dfa18ddd89 (diff) | |
download | gitlab-ce-4afb7b7cb7b42688bea70298c80b4735f59dab22.tar.gz |
Merge pull request #1522 from NARKOZ/apiv2.9.0
API clean up
Diffstat (limited to 'lib/api.rb')
-rw-r--r-- | lib/api.rb | 2 |
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 |