Remove autoReloadRender
This commit is contained in:
parent
647f5af7d3
commit
72791b8f59
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ func NewServer() {
|
|||
hertz.WithRemoveExtraSlash(true),
|
||||
hertz.WithRedirectTrailingSlash(true),
|
||||
hertz.WithGetOnly(true),
|
||||
hertz.WithAutoReloadRender(true, 0),
|
||||
)
|
||||
setupLogging()
|
||||
server.setupMiddlewares()
|
||||
|
|
Loading…
Add table
Reference in a new issue