This commit is contained in:
hteppl
2025-05-08 17:19:00 +03:00
parent e2b22d131b
commit 837acb35b4
-2
View File
@@ -1,11 +1,9 @@
from aiohttp import web
from aiohttp.web_urldispatcher import UrlDispatcher
import bot
async def register_web_routes(router: UrlDispatcher) -> None:
app = web.Application()
dp = bot.dp
# todo: add your api routes here