add loader service api
This commit is contained in:
@@ -117,6 +117,14 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
|
||||
#API for sync cloud
|
||||
post 'sync_data' => 'sync#sync_data'
|
||||
|
||||
namespace :loader_service do
|
||||
post "get_sale_data" => "load_data#get_sale_data_rage"
|
||||
post "get_detail_sale_data" => "load_data#get_detail_sale_data"
|
||||
post "get_tender_sale_data" => "load_data#get_tender_sale_data"
|
||||
post "get_daily_sale_data" => "load_data#get_daily_sale_data"
|
||||
post "get_check_sale_data" => "load_data#get_check_sale_data"
|
||||
end
|
||||
end
|
||||
|
||||
#--------- Cashier ------------#
|
||||
|
||||
Reference in New Issue
Block a user