update crm addore

This commit is contained in:
Aung Myo
2017-12-11 18:01:19 +06:30
parent a48ace07da
commit 66964a6926
5 changed files with 31 additions and 8 deletions

View File

@@ -189,6 +189,7 @@ scope "(:locale)", locale: /en|mm/ do
post '/:id/create_survey' => "surveys#create", :as => "create_surveys"
get '/addorders/get_menu_category/:id' => "addorders#get_menu_category",:as => "get_menu_category", :defaults => { :format => 'json' }
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' }
get '/:addorders/:id' => "addorders#detail"