mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
Forgot to add keyword
This commit is contained in:
@@ -69,7 +69,7 @@ async def panel(copilot_id):
|
|||||||
@copilot_ext.route(
|
@copilot_ext.route(
|
||||||
"/api/v1/copilot/hook/<copilot_id>/<amount>/<comment>", methods=["GET"]
|
"/api/v1/copilot/hook/<copilot_id>/<amount>/<comment>", methods=["GET"]
|
||||||
)
|
)
|
||||||
async def api_copilot_hooker(copilot_id, amount):
|
async def api_copilot_hooker(copilot_id, amount, comment):
|
||||||
|
|
||||||
data = ""
|
data = ""
|
||||||
webhook = ""
|
webhook = ""
|
||||||
|
Reference in New Issue
Block a user