Browse Source

Merge json files update

master
venkataakhil 1 year ago
parent
commit
a84d1c71c4
  1. 2
      smart_service/apis/publish_api.py

2
smart_service/apis/publish_api.py

@ -766,7 +766,7 @@ def old_merge_json_files(old_json_path, new_json_path, out_file_path):
except Exception as e:
return False, frappe.get_traceback()
@frappe.whitelist()
@frappe.whitelist(allow_guest=1)
def merge_json_files(old_json_path, new_json_path, out_file_path):
try:
final_data = {"JSON": []}

Loading…
Cancel
Save