Update clear cache endpoint path
This commit is contained in:
parent
d54bda8d36
commit
cd94e84267
1 changed files with 1 additions and 1 deletions
|
|
@ -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)],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue