This commit is contained in:
xing 2024-01-15 13:25:29 +08:00
parent ad9bdc7574
commit 8bdc53d175

View File

@ -25,9 +25,11 @@ func Feed(c *gin.Context) {
} else {
SiteFeed(c)
}
c.Abort()
return
case "comments-rss2":
CommentsFeed(c)
c.Abort()
return
}
}