diff options
author | dosire <sytses@gmail.com> | 2014-02-21 15:36:53 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-02-21 15:36:53 +0100 |
commit | 403298317f0035be27a812dae9c5090a51c11faa (patch) | |
tree | 9ea82a9ffb93d6f8d10cf37b8f1c04da5b4c6726 /lib/api/api.rb | |
parent | 77dc5de9233db897f7eaf50f4fd0f230b17b555d (diff) | |
parent | bbd92f554d22911afca9fca67077c73e8826bf23 (diff) | |
download | gitlab-ce-403298317f0035be27a812dae9c5090a51c11faa.tar.gz |
Merge branch 'master' into styleguide
Conflicts:
CONTRIBUTING.md
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 283f7642f67..6bec8368b12 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -22,6 +22,8 @@ module API end format :json + content_type :txt, "text/plain" + helpers APIHelpers mount Groups @@ -40,6 +42,7 @@ module API mount ProjectHooks mount Services mount Files + mount Commits mount Namespaces end end |