add zone test-rspec
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user