all info details in oqs

This commit is contained in:
Yan
2017-06-17 14:15:08 +06:30
parent 1d2fb7b6ab
commit 420e1b9cbc
4 changed files with 53 additions and 22 deletions

View File

@@ -129,6 +129,7 @@ Rails.application.routes.draw do
#--------- Order Queue Station ------------#
namespace :oqs do
root "home#index"
get "/:table_id", to: "home#get_order_items"
post 'update_delivery', to: "home#update_delivery_status"