summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-06-08 09:33:41 +0200
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-06-17 20:07:17 +0200
commit3f88221c2dcb1c42cc2f5a765d2586f1755128c3 (patch)
tree80f246dc0c3bbc848225cfbbea973c69bad44c1e /lib/api/api.rb
parent6c37e0f61774e4f0c7dff7830055233b3ab2726b (diff)
downloadgitlab-ce-3f88221c2dcb1c42cc2f5a765d2586f1755128c3.tar.gz
Add endpoints for Award Emoji
This only supports Issues and MergeRequests right now because of the consistency of the routes those models provide.
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 51ddd0dbfc4..7944c80cf7a 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -36,6 +36,7 @@ module API
mount ::API::Session
mount ::API::MergeRequests
mount ::API::Notes
+ mount ::API::AwardEmoji
mount ::API::Internal
mount ::API::SystemHooks
mount ::API::ProjectSnippets