Update clear cache endpoint path

This commit is contained in:
yangdx
2025-04-01 10:36:28 +08:00
parent d54bda8d36
commit cd94e84267

View File

@@ -1261,7 +1261,7 @@ def create_document_routes(
raise HTTPException(status_code=500, detail=str(e))
@router.post(
"/cache_clear",
"/clear_cache",
response_model=ClearCacheResponse,
dependencies=[Depends(combined_auth)],
)