diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-26 18:19:22 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-26 18:33:00 +0100 |
| commit | 89875be4a5cea6f7b054483417cb6707bb9fc93d (patch) | |
| tree | 2ca490fa90abaf51bc8b64d5625260ace8b3e4de /backend/data.go | |
| parent | fe398b348f716bb50b7452d4712f517aa6f1587c (diff) | |
refactor(backend): use middleware to handle update stats
Diffstat (limited to 'backend/data.go')
| -rw-r--r-- | backend/data.go | 1 |
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) { |
