diff options
author | henrik <henthe-5@student.ltu.se> | 2016-10-12 17:08:19 +0200 |
---|---|---|
committer | henrik <henthe-5@student.ltu.se> | 2016-10-12 17:08:19 +0200 |
commit | 969286fce0e31b1e2069570c98c9b9efa8cfdf8b (patch) | |
tree | b13b0d516418b2c0a5b88f66df2a41358085357d /lib/api/api.rb | |
parent | feb3913fa7e75737763a210d600e71c4dbf9ff65 (diff) | |
parent | 3c31f185b931a4054804aee56be0602135b75bed (diff) | |
download | gitlab-ce-969286fce0e31b1e2069570c98c9b9efa8cfdf8b.tar.gz |
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce
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 99722a0a65c..c64d444842d 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -46,7 +46,6 @@ module API mount ::API::Boards mount ::API::Keys mount ::API::Labels - mount ::API::LicenseTemplates mount ::API::Lint mount ::API::Members mount ::API::MergeRequests |