from aiohttp.web import route from phi.api.rest import User api_routes = [ route('*', '/user/{uid}', User) ]