diff --git a/cognee/api/client.py b/cognee/api/client.py index 3b2e0c0a0..be164c30c 100644 --- a/cognee/api/client.py +++ b/cognee/api/client.py @@ -117,9 +117,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():