LNtickets now works
This commit is contained in:
@@ -66,9 +66,6 @@ def api_form_delete(form_id):
|
||||
|
||||
return "", HTTPStatus.NO_CONTENT
|
||||
|
||||
|
||||
|
||||
|
||||
#########tickets##########
|
||||
|
||||
@lnticket_ext.route("/api/v1/tickets", methods=["GET"])
|
||||
@@ -130,8 +127,6 @@ def api_ticket_send_ticket(checking_id):
|
||||
|
||||
return jsonify({"paid": False}), HTTPStatus.OK
|
||||
|
||||
|
||||
|
||||
@lnticket_ext.route("/api/v1/tickets/<ticket_id>", methods=["DELETE"])
|
||||
@api_check_wallet_key("invoice")
|
||||
def api_ticket_delete(ticket_id):
|
||||
|
||||
Reference in New Issue
Block a user