Small fixes (#196)

This commit is contained in:
Thomas Miceli
2024-01-04 04:44:56 +01:00
parent 7c1d6e8bfd
commit d85917bfb2
20 changed files with 41 additions and 27 deletions

View File

@ -178,7 +178,7 @@ func NewServer(isDev bool) *Server {
return nil
},
}))
// e.Use(middleware.Recover())
e.Use(middleware.Recover())
e.Use(middleware.Secure())
e.Renderer = &Template{