mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
webhook url with token
This commit is contained in:
parent
2489157728
commit
fff8042242
@ -84,7 +84,7 @@ async def webhook(request: web.Request) -> web.Response:
|
|||||||
|
|
||||||
async def create_app() -> web.Application:
|
async def create_app() -> web.Application:
|
||||||
application = web.Application()
|
application = web.Application()
|
||||||
application.router.add_post(f'/{WEBHOOK_PATH}/{API_TOKEN}', webhook)
|
application.router.add_post(f'{WEBHOOK_PATH}/{API_TOKEN}', webhook)
|
||||||
application.on_startup.append(on_startup_gunicorn)
|
application.on_startup.append(on_startup_gunicorn)
|
||||||
application.on_shutdown.append(on_shutdown_gunicorn)
|
application.on_shutdown.append(on_shutdown_gunicorn)
|
||||||
return application
|
return application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user