diff --git a/cognee/api/client.py b/cognee/api/client.py index 3ed3efd07..fab464801 100644 --- a/cognee/api/client.py +++ b/cognee/api/client.py @@ -114,9 +114,6 @@ app.include_router( ) -@app.get("/authenticated-route") -async def authenticated_route(user: User = Depends(current_active_user)): - return {"message": f"Hello {user.email}!"} @app.get("/") async def root():