diff --git a/main.go b/main.go index c6eabc3..6e1dc4e 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,6 @@ import ( // } func main() { - // hostUrl := "http://localhost:8080/" router := gin.New() router.LoadHTMLGlob("templates/**/*")