aboutsummaryrefslogtreecommitdiff
path: root/backend/data.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-12-26 18:19:22 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-12-26 18:33:00 +0100
commit89875be4a5cea6f7b054483417cb6707bb9fc93d (patch)
tree2ca490fa90abaf51bc8b64d5625260ace8b3e4de /backend/data.go
parentfe398b348f716bb50b7452d4712f517aa6f1587c (diff)
refactor(backend): use middleware to handle update stats
Diffstat (limited to 'backend/data.go')
-rw-r--r--backend/data.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/data.go b/backend/data.go
index 2f2e06d..76c2ccc 100644
--- a/backend/data.go
+++ b/backend/data.go
@@ -115,7 +115,6 @@ func (d *data) handleGeneric(w http.ResponseWriter, r *http.Request, name string
w.WriteHeader(http.StatusNotFound)
return
}
- UpdateStats(r)
}
func (d *data) handleRSS(w http.ResponseWriter, r *http.Request, custom dataUsable) {