From 8f50446a3dc2b9e38832141c3d9e96daa107cd33 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 15 Dec 2024 13:57:09 -0500 Subject: [PATCH] request data --- services/web/project/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 49dd6cf..eea68fc 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -310,6 +310,8 @@ def account_payments(current_user): @app.route("/panel/myproduct/dash") @token_required def myproduct(current_user): + data = request.json + print(data) product_id = request.args.get('product_id') print(product_id)