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
|
||||
# app.include_router(
|
||||
# aether_cfg.router,
|
||||
# tags=['Aether Config'],
|
||||
# )
|
||||
app.include_router(
|
||||
aether_cfg.router,
|
||||
tags=['Aether Config'],
|
||||
)
|
||||
# app.include_router(
|
||||
# api_crud.router,
|
||||
# prefix='/crud',
|
||||
|
||||
Reference in New Issue
Block a user