TelegramIndex-Fork/app/views/wildcard_view.py

7 lines
115 B
Python
Raw Normal View History

2020-12-12 19:46:44 +05:30
from aiohttp import web
class WildcardView:
async def wildcard(self, req):
return web.HTTPFound("/")