Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-28 16:07:43 +00:00
Update
This commit is contained in:
@@ -22,7 +22,7 @@ def register_all_routers(dp: Dispatcher):
|
||||
dp.include_router(main_errors.router)
|
||||
dp.include_router(main_start.router)
|
||||
|
||||
# Подключение хендлеров (юзеров и админов)
|
||||
# Подключение пользовательских роутеров (юзеров и админов)
|
||||
dp.include_router(user_menu.router) # Юзер хендлер
|
||||
dp.include_router(admin_menu.router) # Админ хендлер
|
||||
|
||||
|
||||
Reference in New Issue
Block a user