From d09a7f1eb89c12b67f7949aaa8c1c4efc66ac144 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 31 Dec 2024 06:49:45 -0500 Subject: [PATCH] , methods=["POST"] --- services/web/project/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index fabf238..8dcd709 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -535,7 +535,7 @@ def myproduct(current_user): } return jsonify(myproduct_data=myproduct_data) -@app.route("/panel/myproduct/subscription") +@app.route("/panel/myproduct/subscription", methods=["POST"]) @token_required def subscription_start(current_user): product_id = request.args.get('product_id')