summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-06-27 14:38:57 -0500
committerDrew Blessing <drew@gitlab.com>2016-06-27 14:42:05 -0500
commit1910fd05aec4c04adf82e8dc10c6404d9afb63f3 (patch)
tree38172dc6db31644254dd3b5a19eb6e364f170525 /lib/api/api.rb
parente4dacb353edf6129897d1bbfa3977da9487fa78c (diff)
downloadgitlab-ce-1910fd05aec4c04adf82e8dc10c6404d9afb63f3.tar.gz
Rename Licenses API to License Templates API
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb2
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