Upgrade goweb dep
This commit is contained in:
@ -21,7 +21,7 @@ func getServiceContainer(conf *config.Config) (*service.Container, error) {
|
||||
|
||||
// Create and expose template service provider
|
||||
ctn.Provide(template.ServiceName, html.ServiceProvider(
|
||||
conf.HTTP.TemplateDir,
|
||||
html.NewDirectoryLoader(conf.HTTP.TemplateDir),
|
||||
))
|
||||
|
||||
// Create and expose config service provider
|
||||
|
Reference in New Issue
Block a user