diff --git a/json/discount_marketing_list.json b/json/discount_marketing_list.json index f9c989b..117ada9 100644 --- a/json/discount_marketing_list.json +++ b/json/discount_marketing_list.json @@ -54,11 +54,9 @@ } } ], - "editable": { - "new_data_url": "{{entire_url('../api/marketing_create.dspy')}}", - "update_data_url": "{{entire_url('../api/marketing_update.dspy')}}", - "delete_data_url": "{{entire_url('../api/marketing_delete.dspy')}}" - }, + "new_data_url": "{{entire_url('/discount/api/marketing_create.dspy')}}", + "update_data_url": "{{entire_url('/discount/api/marketing_update.dspy')}}", + "delete_data_url": "{{entire_url('/discount/api/marketing_delete.dspy')}}", "logined_userorgid": "resellerid" } } \ No newline at end of file diff --git a/json/discount_promo_code_list.json b/json/discount_promo_code_list.json index eab9cbd..a7c2fb0 100644 --- a/json/discount_promo_code_list.json +++ b/json/discount_promo_code_list.json @@ -55,11 +55,9 @@ } } ], - "editable": { - "new_data_url": "{{entire_url('../api/promo_code_create.dspy')}}", - "update_data_url": "{{entire_url('../api/promo_code_update.dspy')}}", - "delete_data_url": "{{entire_url('../api/promo_code_delete.dspy')}}" - }, + "new_data_url": "{{entire_url('/discount/api/promo_code_create.dspy')}}", + "update_data_url": "{{entire_url('/discount/api/promo_code_update.dspy')}}", + "delete_data_url": "{{entire_url('/discount/api/promo_code_delete.dspy')}}", "logined_userorgid": "resellerid" } } \ No newline at end of file