repos / pico

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

commit
4632c9c
parent
e9fcb12
author
Eric Bower
date
2024-08-16 14:38:52 +0000 UTC
fix(prose): add rss route back
1 files changed,  +1, -0
M prose/api.go
+1, -0
1@@ -873,6 +873,7 @@ func createMainRoutes(staticRoutes []shared.Route) []shared.Route {
2 		shared.NewRoute("GET", "/", readHandler),
3 		shared.NewRoute("GET", "/read", readHandler),
4 		shared.NewRoute("GET", "/check", shared.CheckHandler),
5+		shared.NewRoute("GET", "/rss", rssHandler),
6 	}
7 
8 	routes = append(