1
0
Fork 0
forked from goffee/cup

template env

This commit is contained in:
Zeni Kim 2024-09-28 12:30:49 -05:00
parent 11272c4a85
commit 017ef4c066
4 changed files with 32 additions and 8 deletions

View file

@ -19,7 +19,7 @@ import (
"github.com/julienschmidt/httprouter"
)
//go:embed all:templates
//go:embed all:storage/templates
var resources embed.FS
// The main function