mirror of
https://github.com/kataras/iris.git
synced 2026-03-08 01:16:30 +00:00
This commit is contained in:
@@ -276,6 +276,8 @@ func (t *templateEngines) loadAll() error {
|
||||
e.location.extension = DefaultTemplateExtension // the default file ext .html
|
||||
}
|
||||
|
||||
e.reload = t.reload // update the configuration every time a load happens
|
||||
|
||||
if err := e.load(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user