diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-01-27 16:53:27 -0200 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-02-13 13:59:17 -0200 |
commit | 8adc356902624960647f932a8c701dc6ba4c3bb9 (patch) | |
tree | 02fc58f740f7e43da3eda42d44dad9432512cdac /lib/api/api.rb | |
parent | 79e8e6134f89c4a09a422ca128a7579d844f040c (diff) | |
download | gitlab-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.rb | 1 |
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 } |