diff --git a/main.py b/main.py index 13a2483c..6edc0a07 100644 --- a/main.py +++ b/main.py @@ -37,8 +37,6 @@ app.include_router(therapy_router) app.include_router(monitoring_router) - - @app.get("/") def root(): return {"message": "All endpoints loaded successfully"}