Remove autoReloadRender

This commit is contained in:
Florian Hoss 2022-12-02 08:56:50 +01:00
parent 647f5af7d3
commit 72791b8f59

View file

@ -19,7 +19,6 @@ func NewServer() {
hertz.WithRemoveExtraSlash(true),
hertz.WithRedirectTrailingSlash(true),
hertz.WithGetOnly(true),
hertz.WithAutoReloadRender(true, 0),
)
setupLogging()
server.setupMiddlewares()