Add feed discovery page
This commit is contained in:
parent
12c7f6d6a5
commit
dfb39e7c4f
10 changed files with 252 additions and 20 deletions
|
@ -105,6 +105,7 @@ func serve(cctx *cli.Context) error {
|
|||
|
||||
// generic routes
|
||||
e.GET("/search", server.WebGeneric)
|
||||
e.GET("/search/feeds", server.WebGeneric)
|
||||
e.GET("/notifications", server.WebGeneric)
|
||||
e.GET("/moderation", server.WebGeneric)
|
||||
e.GET("/moderation/mute-lists", server.WebGeneric)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue