repos / pico

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

commit
daa5dc7
parent
b83fb62
author
Eric Bower
date
2023-08-14 16:26:57 +0000 UTC
fix(pgs): add check handler
1 files changed,  +1, -0
M pgs/api.go
+1, -0
1@@ -192,6 +192,7 @@ func StartApiServer() {
2 	mainRoutes := []shared.Route{
3 		shared.NewRoute("GET", "/", marketingRequest),
4 		shared.NewRoute("GET", "/(.+)", marketingRequest),
5+		shared.NewRoute("GET", "/check", shared.CheckHandler),
6 	}
7 	subdomainRoutes := []shared.Route{
8 		shared.NewRoute("GET", "/", assetRequest),