feat: added logging API

This commit is contained in:
2024-10-10 16:47:15 +02:00
parent c79b5e5c5b
commit b95e40b40d
5 changed files with 130 additions and 6 deletions

View File

@@ -77,8 +77,10 @@ app.add_middleware(
# App Routers
from app.routes.app import router as app_router
from app.routes.entry import router as entry_router
app.include_router(app_router)
app.include_router(entry_router)
# Pagination