diff --git a/app/main.py b/app/main.py index f18c54b..db8b494 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',