This commit is contained in:
Mr. Lan 2020-07-26 22:58:53 +08:00
parent e629aa342d
commit 906b5e8819
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ func (b *BodyData) ParsingTemplate() (err error) {
buf bytes.Buffer
)
tmpl, err := template.ParseFiles("./pkg/notify/template/email.html")
tmpl, err := template.ParseFiles("./static/template/email.html")
if err != nil {
return
}