This commit is contained in:
Aaron Dewes 2022-02-01 20:23:42 +01:00
parent 31c8b4d080
commit 1ea6ce082b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ type Invoice struct {
Memo string `json:"memo"`
}
//go:embed files/assets
//go:embed files/assets/*
var embeddedAssets embed.FS
//go:embed files/root/index.html