Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab7a524

Browse files
committed
feed xml
1 parent 668d296 commit ab7a524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/controller/feed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type FeedController struct{}
2222

2323
// 注册路由
2424
func (self FeedController) RegisterRoute(g *echo.Group) {
25-
g.Get("/feed", self.List)
25+
g.Get("/feedx.xml", self.List)
2626
}
2727

2828
func (self FeedController) List(ctx echo.Context) error {

0 commit comments

Comments
 (0)