diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-19 05:39:46 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-19 05:39:46 +0000 |
commit | fcccf7622b7df6b87b4f024963b1bccf0dcf24d8 (patch) | |
tree | d0761f4b07a9ba1884cb7613d07a0218e75501ac /lib/api/api.rb | |
parent | 670aaaeb9db7902c8776cb7754ac8fd1e7a606a1 (diff) | |
parent | 1b3b90dbfd3219f571084321c751bd2263ad1836 (diff) | |
download | gitlab-ce-fcccf7622b7df6b87b4f024963b1bccf0dcf24d8.tar.gz |
Merge branch 'remove/user_teams' of /home/git/repositories/gitlab/gitlabhq into 6-0-dev
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 5d97d50cb82..c4c9f166db1 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -35,7 +35,6 @@ module API mount Notes mount Internal mount SystemHooks - mount UserTeams mount ProjectSnippets mount DeployKeys mount ProjectHooks |