Fixed formatting

This commit is contained in:
Ben Arc
2021-08-22 23:05:39 +01:00
parent bbdd41ef87
commit e03eb3c82b
10 changed files with 122 additions and 132 deletions
+1 -1
View File
@@ -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)