fix(routes): add duplicate webhook endpoint with trailing slash

This commit is contained in:
Fanilo-Nantenaina 2026-01-06 00:11:47 +03:00
parent bbaec0f0b8
commit e3f7090935

View file

@ -413,6 +413,7 @@ async def sync_all_transactions(
@router.post("/webhook")
@router.post("/webhook/")
async def webhook_universign(
request: Request, session: AsyncSession = Depends(get_session)
):