Files
sx-fc/config/routes.rb
2017-03-24 21:28:57 +06:30

10 lines
226 B
Ruby

Rails.application.routes.draw do
namespace :api do
namespace :restaurant do
get 'zone/index'
end
end
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end