summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-05-18 10:25:59 +0000
committerDouwe Maan <douwe@gitlab.com>2018-05-18 10:25:59 +0000
commitc0e77f7c9cc24104981bb8f6973ceeb9c311e1e2 (patch)
tree54402d82ae262b212613408c011477e664ace0d3 /lib/api/api.rb
parent9f863dbe1a5ed324b7fb202eea11397d1fcdd61f (diff)
downloadgitlab-ce-c0e77f7c9cc24104981bb8f6973ceeb9c311e1e2.tar.gz
Resolve "Expand API: Render an arbitrary Markdown document"
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 2fbeaaffcfe..de20b2b8e67 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -140,6 +140,7 @@ module API
mount ::API::Keys
mount ::API::Labels
mount ::API::Lint
+ mount ::API::Markdown
mount ::API::Members
mount ::API::MergeRequestDiffs
mount ::API::MergeRequests