remove cache, it's not useful in practice

This commit is contained in:
Mikaël Cluseau
2025-07-01 22:20:58 +02:00
parent 5c91736202
commit 9ad7715a29
5 changed files with 20 additions and 101 deletions

View File

@ -172,7 +172,6 @@ func renderHost(w http.ResponseWriter, r *http.Request, what string, host *local
switch what {
case "config":
err = renderConfig(w, r, ctx, false)
case "config.json":
err = renderConfig(w, r, ctx, true)