#8 - list feeds, no content still

This commit is contained in:
2025-03-11 14:10:01 +02:00
parent e89bfba392
commit ed8b8860b7
5 changed files with 68 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ func main() {
commands.Register("users", handlers.GetUsersHandler)
commands.Register("agg", handlers.FetchFeedHandler)
commands.Register("addfeed", handlers.AddFeedHandler)
commands.Register("feeds", handlers.ListFeedsHandler)
if len(os.Args) < 2 {
log.Fatal("usage: boot-dev-blog-aggregator <command> [args...]")