Merge pull request #7113 from netchampfaris/request-data-fix
fix: Dont append request data to form_dict
This commit is contained in:
commit
39b1de93f8
1 changed files with 0 additions and 2 deletions
|
|
@ -57,8 +57,6 @@ def application(request):
|
|||
response = frappe.handler.handle()
|
||||
|
||||
elif frappe.request.path.startswith("/api/"):
|
||||
if frappe.local.form_dict.data is None:
|
||||
frappe.local.form_dict.data = request.get_data()
|
||||
response = frappe.api.handle()
|
||||
|
||||
elif frappe.request.path.startswith('/backups'):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue