mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2025-10-27 04:32:01 +03:00
Множественные мелкие исправления
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from aiogram import Dispatcher
|
||||
|
||||
from src.modules.standard.admin.routers import router as admin_router
|
||||
from src.modules.external.yandexgpt.routers import router as yandexgpt_router
|
||||
|
||||
|
||||
async def include_routers(dp: Dispatcher):
|
||||
@@ -8,4 +9,5 @@ async def include_routers(dp: Dispatcher):
|
||||
Подключение роутеров в бота
|
||||
dp.include_router()
|
||||
"""
|
||||
dp.include_router(yandexgpt_router)
|
||||
dp.include_router(admin_router)
|
||||
Reference in New Issue
Block a user