Gleb Golovin

Results 1 issues of Gleb Golovin

Hi! It is planned to support a new version? Now, with app: ``` from aiohttp import web from aiohttp_swagger import * async def ping(request): return web.Response(text="pong") app = web.Application() app.router.add_route('GET',...