Implement waiter ordering and improvements
This commit is contained in:
@@ -30,6 +30,7 @@ Qwaiter::Application.routes.draw do
|
||||
get '/waiter/sections' => 'waiter#sections'
|
||||
get '/waiter/product_categories' => 'waiter#product_categories'
|
||||
get '/waiter/*rest' => redirect('/waiter') # Ember app refresh
|
||||
post '/waiter/order_products' => 'waiter#order_products', as: :order_products_waiter
|
||||
|
||||
|
||||
post '/supplier/close_list' => 'supplier#close_list', as: :supplier_close_list
|
||||
|
||||
Reference in New Issue
Block a user