updated ui

This commit is contained in:
Yan
2017-06-02 11:28:07 +06:30
parent f28f0bf292
commit 95fd260c76
4 changed files with 43 additions and 25 deletions

View File

@@ -92,6 +92,8 @@ Rails.application.routes.draw do
#--------- Order Queue Station ------------#
namespace :oqs do
root "home#index"
post 'update_delivery', to: "home#update_delivery_status"
#dashboard
#
end