debian-mirror-gitlab/lib/api/base.rb
2021-01-03 14:25:43 +05:30

7 lines
115 B
Ruby

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