예제 #1
0
async def get_bye(name):
    return AioHttpResponse(text='Goodbye {}'.format(name))
예제 #2
0
async def get_bye(name):
    return AioHttpResponse(text=f'Goodbye {name}')