repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
579a904
parent
2653160
author
Eric Bower
date
2024-11-14 19:33:02 +0000 UTC
fix: ip address typo
1 files changed,  +1, -1
M db/db.go
+1, -1
1@@ -168,7 +168,7 @@ type AnalyticsVisits struct {
2 	Namespace string `json:"namespace"`
3 	Host      string `json:"host"`
4 	Path      string `json:"path"`
5-	IpAddress string `json:"ip_adress"`
6+	IpAddress string `json:"ip_address"`
7 	UserAgent string `json:"user_agent"`
8 	Referer   string `json:"referer"`
9 	Status    int    `json:"status"`