TelegramIndex-Fork/app/views/wildcard_view.py

7 lines
115 B
Python

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