summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-06-17 15:44:38 +0200
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-06-17 21:02:51 +0200
commit05a4a586b5e80f7d30de51199d5bb5bcf7f61705 (patch)
tree5ac9c5821e08d25a482a9275297d2bf78cdb7a0a /lib/api/api.rb
parent34558315d9deb305b062b825a9a1821ee17352cc (diff)
downloadgitlab-ce-05a4a586b5e80f7d30de51199d5bb5bcf7f61705.tar.gz
Add endpoints for award emoji on notes
Docs also added.
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 ef23c4d5de0..0e7a1cc2623 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -26,7 +26,6 @@ module API
# Ensure the namespace is right, otherwise we might load Grape::API::Helpers
helpers ::API::Helpers
- # Sort these alphabetically
mount ::API::AwardEmoji
mount ::API::Branches
mount ::API::Builds