Fix incorrect JSON key for referrer

This commit is contained in:
akp 2025-01-07 13:55:39 +00:00
parent 15a8b47546
commit f933a679b1
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -58,7 +58,7 @@ type Pageview struct {
IP string `json:"ip"`
Path string `json:"path"`
Query string `json:"query"`
Referrer string `json:"referrer"`
Referrer string `json:"ref"`
UserAgent string `json:"user_agent"`
}