summaryrefslogtreecommitdiff
path: root/lib/api.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api.rb')
-rw-r--r--lib/api.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/api.rb b/lib/api.rb
index 15d99cc767b..ffd980ca7e0 100644
--- a/lib/api.rb
+++ b/lib/api.rb
@@ -24,7 +24,8 @@ module Gitlab
format :json
error_format :json
helpers APIHelpers
-
+
+ mount Groups
mount Users
mount Projects
mount Issues
@@ -32,5 +33,6 @@ module Gitlab
mount Session
mount MergeRequests
mount Notes
+ mount Internal
end
end