summaryrefslogtreecommitdiff
path: root/lib/api/base.rb
blob: e174cef3bad4fb32efab932cdddfafe45501c7c1 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

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