diff options
author | Christian Simon <cs@f03.eu> | 2013-01-08 22:05:00 +0100 |
---|---|---|
committer | Christian Simon <cs@f03.eu> | 2013-02-01 12:11:19 +0100 |
commit | 8edc6b6a8c240322499356df96e1199bb6bbc872 (patch) | |
tree | 285b1f3f13650d1027e4903dd8d82904ea5b9802 /lib/api.rb | |
parent | 61833bcb7457d98800c0581b6d09406929057a54 (diff) | |
download | gitlab-ce-8edc6b6a8c240322499356df96e1199bb6bbc872.tar.gz |
Add api for creating/listing/viewing groups
Diffstat (limited to 'lib/api.rb')
-rw-r--r-- | lib/api.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/api.rb b/lib/api.rb index f58b82ff98e..81a5919f1d3 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -11,7 +11,8 @@ module Gitlab format :json error_format :json helpers APIHelpers - + + mount Groups mount Users mount Projects mount Issues |