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