7 lines
115 B
Ruby
7 lines
115 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module API
|
||
|
class Base < Grape::API::Instance # rubocop:disable API/Base
|
||
|
end
|
||
|
end
|