api for cashier app
This commit is contained in:
@@ -93,6 +93,13 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
end
|
||||
|
||||
post "sound_effect" => "sound_effect#sound_effect"
|
||||
|
||||
#API for cashier app
|
||||
post 'authenticate_cashier' => "authenticate#create_cashier"
|
||||
post "shifts/new" => "shifts#create"
|
||||
post "shifts/close" => "shifts#update"
|
||||
post "request_bill" => "bill#request_bill"
|
||||
post "paymal_payment" => "payments#paymal_payment"
|
||||
end
|
||||
|
||||
#--------- Cashier ------------#
|
||||
|
||||
Reference in New Issue
Block a user