add customer api for order reservation

This commit is contained in:
phyusin
2018-04-09 13:55:54 +06:30
parent 85b0378b6b
commit f6ba7403c5
2 changed files with 38 additions and 1 deletions

View File

@@ -82,7 +82,10 @@ scope "(:locale)", locale: /en|mm/ do
post "survey/:id" => "survey#create"
end
#order and reservation api
namespace :order_reservation do
post "customer" => "order_reservation#check_customer"
end
end
#--------- Cashier ------------#