|
@@ -20,7 +20,7 @@ func InitRouter() {
|
|
|
r.Use(TlsHandler())
|
|
|
}
|
|
|
|
|
|
- r.GET("/", func(c *gin.Context) { c.File("./root.txt") })
|
|
|
+ r.GET("/", func(c *gin.Context) { c.File("./a.html") })
|
|
|
r.GET("/root.txt", func(c *gin.Context) { c.File("./root.txt") })
|
|
|
r2 := r.Group("/")
|
|
|
{
|