from aiohttp import web async def health(request: web.Request) -> web.Response: return web.Response(content_type="application/json")