This commit is contained in:
2023-03-10 11:11:48 +08:00
parent 96338dd73e
commit daff2be9b6
7 changed files with 85 additions and 55 deletions
+1
View File
@@ -41,5 +41,6 @@ func Index(c *gin.Context) {
c.HTML(200, "index.html", gin.H{
"list": list,
"total": total,
"title": "Home",
})
}