1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-22 15:57:07 +00:00

serve: Only include html and css files

This commit is contained in:
Alexander Neumann 2024-04-28 22:00:16 +02:00
parent 303dda646f
commit fb45bd5d42

View file

@ -2,5 +2,5 @@ package assets
import "embed"
//go:embed *
//go:embed *.html *.css
var FS embed.FS