LNtickets now works

This commit is contained in:
arcbtc
2020-08-10 19:08:44 +01:00
parent 0603e525ff
commit c56784340e
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -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):