Build and deploy keepi integration support
This commit is contained in:
parent
62344ebcb7
commit
35bb5448b5
1 changed files with 0 additions and 1 deletions
1
api.py
1
api.py
|
|
@ -301,7 +301,6 @@ async def attach_user_to_public_memory(payload: Payload):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise HTTPException(status_code=500, detail=str(e))
|
raise HTTPException(status_code=500, detail=str(e))
|
||||||
|
|
||||||
|
|
||||||
@app.post("/unlink-user-from-public-memory")
|
@app.post("/unlink-user-from-public-memory")
|
||||||
async def unlink_user_from_public_memory(payload: Payload):
|
async def unlink_user_from_public_memory(payload: Payload):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue