diff --git a/main.go b/main.go index ffd0a97..af6e919 100644 --- a/main.go +++ b/main.go @@ -10,9 +10,8 @@ func main() { router := gin.Default() router.LoadHTMLGlob("./templates/*") - + router.Static("/static", "./static") // Middleware - router.Static("static", "static") //e.Use(middleware.Logger()) //e.Use(middleware.Recover())