mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
logger request
This commit is contained in:
parent
1557f7fcbd
commit
94224f4401
@ -74,7 +74,7 @@ async def on_startup_gunicorn(app: web.Application) -> None:
|
|||||||
|
|
||||||
async def create_app() -> web.Application:
|
async def create_app() -> web.Application:
|
||||||
application = web.Application()
|
application = web.Application()
|
||||||
application.router.add_post('/', webhook)
|
application.router.add_post('/transport', webhook)
|
||||||
application.on_startup.append(on_startup_gunicorn)
|
application.on_startup.append(on_startup_gunicorn)
|
||||||
return application
|
return application
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user