Fixed formatting
This commit is contained in:
@@ -10,7 +10,7 @@ from ..crud import get_standalone_payment
|
||||
from ..tasks import api_invoice_listeners
|
||||
|
||||
|
||||
@core_app.get("/public/v1/payment/<payment_hash>")
|
||||
@core_app.get("/public/v1/payment/{payment_hash}")
|
||||
async def api_public_payment_longpolling(payment_hash):
|
||||
payment = await get_standalone_payment(payment_hash)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user