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')