This commit is contained in:
Evgeny Sorokin 2024-04-03 04:10:13 +03:00
parent 6efda94254
commit 86191fd652

View File

@ -560,7 +560,7 @@ async def debug(req: web.Request):
url=str(req.url),
method=req.method,
)
return await http.ajax_ok(info)
return http.ajax_ok(info)
def init_web_app(app: web.Application):