menu, table,rooms, orders structure
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
Rails.application.routes.draw do
|
||||
namespace :api, :defaults => { :format => 'json' } do
|
||||
|
||||
#Session Login and Logout
|
||||
post 'autheticate' => "autheticate#create"
|
||||
delete 'autheticate' => "autheticate#destroy"
|
||||
|
||||
namespace :restaurant do
|
||||
get 'zones' => "zones#index"
|
||||
get 'seat_tables' => "seat_tables#index"
|
||||
get 'tables' => "#index"
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
||||
|
||||
Reference in New Issue
Block a user