Trying to fix a logging bug?

This commit is contained in:
Scott Idem
2023-06-13 12:13:32 -04:00
parent e79401af7b
commit a46c432a3f

View File

@@ -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',