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

9 lines
116 B
Ruby

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