new: add feeds to news page
This commit is contained in:
3
main.go
3
main.go
@ -43,6 +43,9 @@ func main() {
|
||||
app.Get("/download", routes.GET_Download)
|
||||
|
||||
app.Get("/news", routes.GET_News)
|
||||
app.Get("/news/feed.atom", routes.GET_NewsFeed)
|
||||
app.Get("/news/feed.rss", routes.GET_NewsFeed)
|
||||
app.Get("/news/feed.json", routes.GET_NewsFeed)
|
||||
app.Get("/news/:id", routes.GET_New)
|
||||
|
||||
app.Get("/wiki", routes.GET_Wiki)
|
||||
|
Reference in New Issue
Block a user