diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-06-17 15:44:38 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-06-17 21:02:51 +0200 |
commit | 05a4a586b5e80f7d30de51199d5bb5bcf7f61705 (patch) | |
tree | 5ac9c5821e08d25a482a9275297d2bf78cdb7a0a /lib/api/api.rb | |
parent | 34558315d9deb305b062b825a9a1821ee17352cc (diff) | |
download | gitlab-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.rb | 1 |
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 |