request log

This commit is contained in:
CHIEFSOFT\ameye
2024-12-15 16:42:48 -05:00
parent 706c95731c
commit 7189998317
+1 -1
View File
@@ -311,7 +311,7 @@ def account_payments(current_user):
@token_required
def myproduct(current_user):
product_id = request.form.get("product_id")
print(request.get)
print(request)
print(request.form)
if not product_id:
return {