diff options
author | Rémy Coutable <remy@rymai.me> | 2017-02-13 18:44:14 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-02-13 18:44:14 +0000 |
commit | 49e44d88b90939ece219e2cffc11119854306bd9 (patch) | |
tree | be38719250a8846e38a4c9053eb8e74559b17439 /lib/api/api.rb | |
parent | 5e9666880376b3f53edb95cba77b5642d3cc1810 (diff) | |
parent | 8adc356902624960647f932a8c701dc6ba4c3bb9 (diff) | |
download | gitlab-ce-49e44d88b90939ece219e2cffc11119854306bd9.tar.gz |
Merge branch '22818-licence-gitignore-and-yml-endpoints-removal' into 'master'
Remove deprecated templates endpoints in V4
Closes #22818
See merge request !8853
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 } |