mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 06:37:13 +08:00
feat: clear api
This commit is contained in:
parent
4ba8c71962
commit
12a0f85b72
@ -119,3 +119,7 @@ class DebugData(Resource):
|
||||
json.loads(item.decode("utf-8") if isinstance(item, bytes) else item) for item in items
|
||||
]
|
||||
}
|
||||
|
||||
def delete(self):
|
||||
redis_client.delete(_DEBUG_KEY)
|
||||
return {"result": "ok"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user