Merge branch 'base-web-endpoints'

This commit is contained in:
Vladless
2025-05-11 01:49:45 +03:00
2 changed files with 10 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+9
View File
@@ -0,0 +1,9 @@
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