Files
growstuff/app/controllers/api/v1/members_controller.rb
2020-01-10 16:50:52 +13:00

9 lines
117 B
Ruby

# frozen_string_literal: true
module Api
module V1
class MembersController < BaseController
end
end
end