fix
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user