mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-31 12:40:59 -05:00
9 lines
116 B
Ruby
9 lines
116 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Api
|
|
module V1
|
|
class PhotosController < BaseController
|
|
end
|
|
end
|
|
end
|