sale receipt generation and bill api
This commit is contained in:
@@ -31,7 +31,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
#User request move table or bills
|
||||
post "bill/:booking_id" => "bill#create"
|
||||
post "move" => "move#update"
|
||||
post "move" => "move#create"
|
||||
|
||||
#Order Controller
|
||||
resources :orders, only: [:create, :show, :update] do
|
||||
|
||||
Reference in New Issue
Block a user