diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -102,11 +102,10 @@ func main() { /* Routing and templates */ template := html.New("./views", ".html") + template.Debug(true) TemplateFunctions(template) - template.Reload(true) - app := fiber.New(fiber.Config{ AppName: "FChannel", Views: template, |