debian-mirror-gitlab/lib/api/base.rb
2021-01-30 21:13:32 +05:30

6 lines
115 B
Ruby

# frozen_string_literal: true
module API
class Base < Grape::API::Instance # rubocop:disable API/Base
end
end