Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-02-20 17:35:05 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-22 15:07:49 +0300
commit0b402e11e355dc8d834fbc139f4bca810a9f766e (patch)
treeb03e45e942533bb1ae1811e59d42af88ca44fe7e /lib/api/api.rb
parent87411889b9c8a778bebafeaa381e1d736af7329a (diff)
Remove deprecated `upvotes` and `downvotes` from the notes API
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 a0282ff8deb..1803387bb8c 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -15,6 +15,7 @@ module API
mount ::API::V3::Members
mount ::API::V3::MergeRequestDiffs
mount ::API::V3::MergeRequests
+ mount ::API::V3::Notes
mount ::API::V3::ProjectHooks
mount ::API::V3::Projects
mount ::API::V3::ProjectSnippets