add atom feed support

This commit is contained in:
ngn
2024-04-11 14:41:27 +03:00
parent b2b4bc0a98
commit 2a95341a99
7 changed files with 87 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ func Setup(app *fiber.App, db *sql.DB){
})
// blog routes
app.Get("/blog/feed", GetFeed)
app.Get("/blog/sum", SumPost)
app.Get("/blog/get", GetPost)
app.Get("/blog/vote/set", VoteSet)