Trying to fix a logging bug?
This commit is contained in:
@@ -91,10 +91,10 @@ app.mount('/static', StaticFiles(directory='static'), name='static')
|
|||||||
|
|
||||||
|
|
||||||
# Set up each route once the router has been imported
|
# Set up each route once the router has been imported
|
||||||
app.include_router(
|
# app.include_router(
|
||||||
aether_cfg.router,
|
# aether_cfg.router,
|
||||||
tags=['Aether Config'],
|
# tags=['Aether Config'],
|
||||||
)
|
# )
|
||||||
# app.include_router(
|
# app.include_router(
|
||||||
# api_crud.router,
|
# api_crud.router,
|
||||||
# prefix='/crud',
|
# prefix='/crud',
|
||||||
|
|||||||
Reference in New Issue
Block a user