TelegramIndex-Fork/app/views/wildcard_view.py
2021-06-13 16:37:45 +05:30

7 lines
115 B
Python

from aiohttp import web
class WildcardView:
async def wildcard(self, req):
return web.HTTPFound("/")