This commit is contained in:
2025-12-29 12:51:54 +08:00
parent 9faca68d52
commit 5f814c39b2
4 changed files with 2371 additions and 2371 deletions

View File

@@ -10,5 +10,5 @@ func Index(c *gin.Context) {
"Message": "This is " + c.Request.Host + " index page.",
}
c.HTML(200, "authentication-login.html", data)
c.HTML(200, "index.html", data)
}