From a46c432a3f93cd4c029174e9df32e1b588bfbfff Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 13 Jun 2023 12:13:32 -0400 Subject: [PATCH] Trying to fix a logging bug? --- app/main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/main.py b/app/main.py index 1559c8d..6335a76 100644 --- a/app/main.py +++ b/app/main.py @@ -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',