repos / pico

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

commit
ae44e80
parent
28ee249
author
Eric Bower
date
2024-10-04 03:11:28 +0000 UTC
fix(pgs): log
1 files changed,  +1, -1
M pgs/api.go
+1, -1
1@@ -376,7 +376,7 @@ func ServeAsset(fname string, opts *storage.ImgProcessOpts, fromImgs bool, hasPe
2 		"subdomain", subdomain,
3 		"filename", fname,
4 		"url", r.URL.Path,
5-		"host", r.URL.Host,
6+		"host", r.Host,
7 	)
8 
9 	props, err := getProjectFromSubdomain(subdomain)