This commit is contained in:
2026-03-01 17:00:49 +03:00
parent 186de7af75
commit 9bc13b0617
3 changed files with 61 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ async def main():
DAOProvider(),
RepositoryProvider(),
ServiceProvider(),
context={Bot: bot}
)
dp.include_router(user_router)