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