This commit is contained in:
2025-12-29 12:38:34 +08:00
parent 7a9c139593
commit 9faca68d52
2 changed files with 2 additions and 162 deletions

View File

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