Files
sx-fc/app/controllers/api/shops_controller.rb
2019-10-30 14:45:36 +06:30

7 lines
74 B
Ruby

class Api::ShopsController < Api::ApiController
def index
end
end