mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-02 22:47:45 -05:00
9 lines
117 B
Ruby
9 lines
117 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Api
|
|
module V1
|
|
class GardensController < BaseController
|
|
end
|
|
end
|
|
end
|