Moved app part to web package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from aiohttp import web
|
||||
|
||||
|
||||
async def test_route(_):
|
||||
return web.json_response({'test': 'passed'}, status=200)
|
||||
|
||||
|
||||
__all__ = ('test_route',)
|
||||
|
||||
Reference in New Issue
Block a user