diff options
Diffstat (limited to 'lib/api/user_counts.rb')
-rw-r--r-- | lib/api/user_counts.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/user_counts.rb b/lib/api/user_counts.rb index 90127ecbc73..6d9db53fec8 100644 --- a/lib/api/user_counts.rb +++ b/lib/api/user_counts.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module API - class UserCounts < Grape::API::Instance + class UserCounts < ::API::Base resource :user_counts do desc 'Return the user specific counts' do detail 'Open MR Count' |