feat: work shifts by QR codes

This commit is contained in:
2024-11-20 13:04:52 +04:00
parent 29211dd442
commit 9707faf60c
10 changed files with 349 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ routers_list = [
routers.time_tracking_router,
routers.billing_router,
routers.task_router,
routers.work_shifts_router,
]
for router in routers_list:
app.include_router(router)