diff options
| author | Tomasz Maczukin <tomasz@maczukin.pl> | 2015-12-31 15:19:13 +0100 | 
|---|---|---|
| committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2015-12-31 16:26:54 +0100 | 
| commit | ea4777ff501e370a39ae30e76a955136afe3c1fa (patch) | |
| tree | 51edc60d0f03ec2fa2dd9dbb802182cc73c9c6a6 /lib/api/api.rb | |
| parent | 2c1f8e2d157554b12845ee7ecea1abff10dcf7cb (diff) | |
| download | gitlab-ce-ea4777ff501e370a39ae30e76a955136afe3c1fa.tar.gz | |
Add features for list and show details of variables in API
Diffstat (limited to 'lib/api/api.rb')
| -rw-r--r-- | lib/api/api.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/api/api.rb b/lib/api/api.rb index 7834262d612..a9e1913f0f2 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -54,5 +54,7 @@ module API      mount Keys      mount Tags      mount Triggers + +    mount Variables    end  end | 
