This commit is contained in:
Aevann1 2022-01-22 21:49:12 +02:00
parent 32e3f5018f
commit f59d4e6f11
7 changed files with 23 additions and 14 deletions

View file

@ -1217,7 +1217,7 @@ def admin_distinguish_comment(c_id, v):
@app.get("/admin/dump_cache")
@admin_level_required(2)
def admin_dump_cache(v):
cache.clear()
# cache.clear()
return {"message": "Internal cache cleared."}