, methods=["POST"]
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user