Files
Solo_bot/web/__init__.py
T
hteppl 344e4757ef oops
2025-05-08 17:19:00 +03:00

10 lines
182 B
Python

from aiohttp.web_urldispatcher import UrlDispatcher
import bot
async def register_web_routes(router: UrlDispatcher) -> None:
dp = bot.dp
# todo: add your api routes here