mirror of
https://github.com/creyD/apilog.git
synced 2026-04-14 20:30:31 +02:00
feat: added logging API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user