mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-31 20:51:02 -05:00
7 lines
86 B
Ruby
7 lines
86 B
Ruby
module Api
|
|
module V1
|
|
class MembersController < BaseController
|
|
end
|
|
end
|
|
end
|