main #24

Merged
zeni merged 7 commits from main into develop 2025-04-28 00:47:40 -04:00
Showing only changes of commit 1a39c666a3 - Show all commits

View file

@ -105,7 +105,7 @@ func (app *App) Run(router *httprouter.Router) {
// check if template engine is enable
TemplateEnableStr := os.Getenv("TEMPLATE_ENABLE")
if "" == TemplateEnableStr {
TemplateEnableStr = 'false'
TemplateEnableStr = "false"
}
TemplateEnable, _ := strconv.ParseBool(TemplateEnableStr)
// if enabled,