update cache menu

This commit is contained in:
Aung Myo
2018-05-08 15:54:15 +06:30
parent 2d73e63e7b
commit 42a15d3023
4 changed files with 30 additions and 35 deletions

View File

@@ -238,7 +238,7 @@ scope "(:locale)", locale: /en|mm/ do
get '/addorders/get_menu_sub_category/:id' => "addorders#get_menu_sub_category",:as => "get_menu_sub_category", :defaults => { :format => 'json' }
get '/addorders/products/list' => "addorders#get_all_product",:as => "get_all_product", :defaults => { :format => 'json' }
post '/:addorders/:id' => "addorders#detail", as: 'addorders_detail'
get '/:addorders/:id' => "addorders#detail"
post '/:addorders/create' => "addorders#create",:as => "addorder_create", :defaults => { :format => 'json' }