Merge branch 'r-1902001-01' into foodcourt
This commit is contained in:
@@ -54,6 +54,10 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
get 'get_tax_profiles' => "shops#get_tax_profiles"
|
||||
post 'verifications/update' => "verifications#update"
|
||||
|
||||
scope '/(:group_type)', defaults: { group_type: nil } do
|
||||
resources :tax_profiles, only: [:index]
|
||||
end
|
||||
|
||||
namespace :restaurant do
|
||||
get 'zones' => "zones#index"
|
||||
resources :menu, only: [:index, :show]
|
||||
@@ -74,7 +78,6 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
post "bill/:booking_id" => "bill#create"
|
||||
post "move" => "move#create"
|
||||
|
||||
|
||||
#Order Controller
|
||||
resources :orders, only: [:create, :show, :update] do
|
||||
post "bill" => "bill#create"
|
||||
|
||||
Reference in New Issue
Block a user