diff options
author | Christian Simon <cs@f03.eu> | 2013-05-21 23:13:30 +0200 |
---|---|---|
committer | Christian Simon <cs@f03.eu> | 2013-05-21 23:13:30 +0200 |
commit | 0ebfa5e5a2f93cb57e00159aa20ec8bf52dba67e (patch) | |
tree | 99b908e8307e76a521fd436e8485ee5ab0be0f30 /lib/api/api.rb | |
parent | 6654db2c82b1410a214b4fe1f2bd5ce620782cad (diff) | |
download | gitlab-ce-0ebfa5e5a2f93cb57e00159aa20ec8bf52dba67e.tar.gz |
[FEATURE] Basic user_teams api
* Closing #3066
* Closing #3609
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 28e6add73ed..201e4a4edc2 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -34,5 +34,6 @@ module API mount Notes mount Internal mount SystemHooks + mount UserTeams end end |