upgrade pat3
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ Qwaiter::Application.routes.draw do
|
||||
post '/supplier/mark_as_closed' => 'supplier#mark_as_closed', as: :supplier_mark_as_closed
|
||||
|
||||
get '/supplier/settings' => 'supplier#edit', as: :supplier_settings
|
||||
match '/supplier/settings' => 'supplier#update', as: :supplier_update_settings, via: [:put, :post]
|
||||
match '/supplier/settings' => 'supplier#update', as: :supplier_update_settings, via: [:put, :post, :patch]
|
||||
|
||||
# USER
|
||||
#default_url_options format: 'html'
|
||||
@@ -117,7 +117,7 @@ Qwaiter::Application.routes.draw do
|
||||
get '/select_qrcode' => 'dashboard#select_qrcode'
|
||||
get '/table_qr_image' => 'dashboard#table_qr_image', as: :table_qr_image
|
||||
|
||||
#mount Cmtool::Engine => '/cmtool'
|
||||
mount Cmtool::Engine => '/cmtool'
|
||||
#match "/:action", controller: 'dashboard'
|
||||
|
||||
# The priority is based upon order of creation:
|
||||
|
||||
Reference in New Issue
Block a user