Update cognee/api/client.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
36e156e80a
commit
3f5e665c45
1 changed files with 0 additions and 3 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue