summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorThomas Balthazar <thomas@balthazar.info>2016-08-08 13:42:24 +0200
committerThomas Balthazar <thomas@balthazar.info>2016-10-12 11:09:41 +0200
commitb9b13ea8016077e186374e4ee45dfc8a59ea5a78 (patch)
treed4d2d6c6d3ecfa53b00abc5ad87214462142ab9d /lib/api/api.rb
parentd3a9838065ab4cd4d1519f6d201b43c9a2b12f2c (diff)
downloadgitlab-ce-b9b13ea8016077e186374e4ee45dfc8a59ea5a78.tar.gz
Create a new /templates API namespace
The /licenses, /gitignores and /gitlab_ci_ymls endpoints are now also available under a new /templates namespace. Old endpoints will be deprecated when GitLab 9.0.0 is released.
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb1
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