ksuden
Results
1
comments of
ksuden
If anyone is having the same issue, I have found a work around. ``` from aiohttp import web as aio_web @app.page('/data/') async def fetch_first_test_topic(request, web) -> web.Response: data_list = {'Hello':'World'}...