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

Skip to content

Commit ce45a00

Browse files
committed
忘记返回数据了
1 parent eb3a5a4 commit ce45a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/controller/app/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (IndexController) Home(ctx echo.Context) error {
5050
data["total"] = paginator.GetTotal()
5151

5252
}
53-
return success(ctx, nil)
53+
return success(ctx, data)
5454
}
5555

5656
// WebsiteStat 网站统计信息

0 commit comments

Comments
 (0)