summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-01-27 16:53:27 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-02-13 13:59:17 -0200
commit8adc356902624960647f932a8c701dc6ba4c3bb9 (patch)
tree02fc58f740f7e43da3eda42d44dad9432512cdac /lib/api/api.rb
parent79e8e6134f89c4a09a422ca128a7579d844f040c (diff)
downloadgitlab-ce-8adc356902624960647f932a8c701dc6ba4c3bb9.tar.gz
Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removal
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index 7ec089b9c29..06346ae822a 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -11,6 +11,7 @@ module API
mount ::API::V3::MergeRequests
mount ::API::V3::Projects
mount ::API::V3::ProjectSnippets
+ mount ::API::V3::Templates
end
before { allow_access_with_scope :api }