feat(reports): stabilize on-demand generation, live presence and 1C fallback
This commit is contained in:
@@ -37,6 +37,8 @@ from routers.exceptions import router as exceptions_router
|
||||
from routers.snapshots import router as snapshots_router
|
||||
from routers.remote_workers import router as remote_workers_router
|
||||
from routers.context import router as context_router
|
||||
from routers.presence import router as presence_router
|
||||
from routers.reports import router as reports_router
|
||||
|
||||
# ANCHOR[APP_CONFIG]
|
||||
logging.basicConfig(
|
||||
@@ -71,6 +73,8 @@ app.include_router(snapshots_router)
|
||||
app.include_router(remote_workers_router)
|
||||
app.include_router(context_router)
|
||||
app.include_router(manual_absences_router)
|
||||
app.include_router(presence_router)
|
||||
app.include_router(reports_router)
|
||||
|
||||
# ANCHOR[ROOT_STATIC_ROUTES]
|
||||
@app.get("/")
|
||||
|
||||
Reference in New Issue
Block a user