Renamed views directory to templates.

This commit is contained in:
mikestefanello 2021-12-14 11:30:31 -05:00
parent d0caa8119e
commit 299774c0c7
12 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ import (
)
const (
TemplateDir = "views"
TemplateDir = "templates"
TemplateExt = ".gohtml"
StaticDir = "static"
StaticPrefix = "files"