Cleanup: delete old code

This commit is contained in:
Paul Frazee
2024-02-22 19:42:57 -08:00
parent 047df5939f
commit e3a4d800b4
11 changed files with 54 additions and 1464 deletions
-1
View File
@@ -211,7 +211,6 @@ func serve(cctx *cli.Context) error {
e.GET("/profile/:handleOrDID/lists/:rkey", server.WebGeneric)
e.GET("/profile/:handleOrDID/feed/:rkey", server.WebGeneric)
e.GET("/profile/:handleOrDID/feed/:rkey/liked-by", server.WebGeneric)
e.GET("/profile/:handleOrDID/modservice", server.WebGeneric)
// profile RSS feed (DID not handle)
e.GET("/profile/:ident/rss", server.WebProfileRSS)