summaryrefslogtreecommitdiff
path: root/lib/api.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api.rb')
-rw-r--r--lib/api.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api.rb b/lib/api.rb
index 81a5919f1d3..d9dce7c70cc 100644
--- a/lib/api.rb
+++ b/lib/api.rb
@@ -20,5 +20,6 @@ module Gitlab
mount Session
mount MergeRequests
mount Notes
+ mount Internal
end
end