diff options
author | Drew Blessing <drew@gitlab.com> | 2016-06-27 14:38:57 -0500 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2016-06-27 14:42:05 -0500 |
commit | 1910fd05aec4c04adf82e8dc10c6404d9afb63f3 (patch) | |
tree | 38172dc6db31644254dd3b5a19eb6e364f170525 /lib/api/api.rb | |
parent | e4dacb353edf6129897d1bbfa3977da9487fa78c (diff) | |
download | gitlab-ce-1910fd05aec4c04adf82e8dc10c6404d9afb63f3.tar.gz |
Rename Licenses API to License Templates API
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index f8f680a6311..c3fff8b2f8f 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -39,7 +39,7 @@ module API mount ::API::Issues mount ::API::Keys mount ::API::Labels - mount ::API::Licenses + mount ::API::LicenseTemplates mount ::API::MergeRequests mount ::API::Milestones mount ::API::Namespaces |