repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
c8eb96f
parent
2aab941
author
Eric Bower
date
2025-02-02 21:16:46 -0500 EST
chore(pgs): rm apple touch icon
2 files changed,  +0, -1
D pgs/public/apple-touch-icon.png
+0, -0
M pgs/web.go
+0, -1
1@@ -113,7 +113,6 @@ func (web *WebRouter) initRouters() {
2 	rootRouter.HandleFunc("GET /check", web.checkHandler)
3 	rootRouter.Handle("GET /main.css", web.serveFile("main.css", "text/css"))
4 	rootRouter.Handle("GET /favicon-16x16.png", web.serveFile("favicon-16x16.png", "image/png"))
5-	rootRouter.Handle("GET /apple-touch-icon.png", web.serveFile("apple-touch-icon.png", "image/png"))
6 	rootRouter.Handle("GET /favicon.ico", web.serveFile("favicon.ico", "image/x-icon"))
7 	rootRouter.Handle("GET /robots.txt", web.serveFile("robots.txt", "text/plain"))
8