Fix incorrect JSON key for referrer
This commit is contained in:
parent
15a8b47546
commit
f933a679b1
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue