Skip to content

Commit

Permalink
fix(prose): add rss route back
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Aug 16, 2024
1 parent e9fcb12 commit 4632c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prose/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ func createMainRoutes(staticRoutes []shared.Route) []shared.Route {
shared.NewRoute("GET", "/", readHandler),
shared.NewRoute("GET", "/read", readHandler),
shared.NewRoute("GET", "/check", shared.CheckHandler),
shared.NewRoute("GET", "/rss", rssHandler),
}

routes = append(
Expand Down

0 comments on commit 4632c9c

Please sign in to comment.