Should be working

Need to debug lnurl logic, but apart from that I think its done
This commit is contained in:
Ben Arc 2021-04-15 09:41:37 +01:00
parent 1af84b2b3d
commit 704fc042cb

View File

@ -99,10 +99,10 @@ async def api_copilot_delete(copilot_id):
return "", HTTPStatus.NO_CONTENT
#############################PAYMENTHOOK##########################
#############################PAYMENTHOOKER##########################
@copilot_ext.route("/api/v1/copilot/hook/<copilot_id>", methods=["POST"])
async def api_copilot_delete(copilot_id, trigger):
async def api_copilot_hooker(copilot_id, trigger):
copilot = await get_copilot(copilot_id)
if not copilot: