Trying to fix a logging bug?

This commit is contained in:
Scott Idem
2023-06-13 12:08:05 -04:00
parent ad54d92b86
commit 70fb8c0b91

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