fix(routes): add duplicate webhook endpoint with trailing slash
This commit is contained in:
parent
bbaec0f0b8
commit
e3f7090935
1 changed files with 1 additions and 0 deletions
|
|
@ -413,6 +413,7 @@ async def sync_all_transactions(
|
||||||
|
|
||||||
|
|
||||||
@router.post("/webhook")
|
@router.post("/webhook")
|
||||||
|
@router.post("/webhook/")
|
||||||
async def webhook_universign(
|
async def webhook_universign(
|
||||||
request: Request, session: AsyncSession = Depends(get_session)
|
request: Request, session: AsyncSession = Depends(get_session)
|
||||||
):
|
):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue