mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-09 03:52:34 +02:00
removed key
This commit is contained in:
@@ -95,7 +95,6 @@ async def api_copilot_delete(copilot_id):
|
|||||||
|
|
||||||
|
|
||||||
@copilot_ext.route("/api/v1/copilot/ws/<copilot_id>/<comment>/<data>", methods=["GET"])
|
@copilot_ext.route("/api/v1/copilot/ws/<copilot_id>/<comment>/<data>", methods=["GET"])
|
||||||
@api_check_wallet_key("admin")
|
|
||||||
async def api_copilot_ws_relay(copilot_id, comment, data):
|
async def api_copilot_ws_relay(copilot_id, comment, data):
|
||||||
copilot = await get_copilot(copilot_id)
|
copilot = await get_copilot(copilot_id)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user