mirror of https://github.com/restic/restic.git
serve: Only include html and css files
This commit is contained in:
parent
303dda646f
commit
fb45bd5d42
|
@ -2,5 +2,5 @@ package assets
|
||||||
|
|
||||||
import "embed"
|
import "embed"
|
||||||
|
|
||||||
//go:embed *
|
//go:embed *.html *.css
|
||||||
var FS embed.FS
|
var FS embed.FS
|
||||||
|
|
Loading…
Reference in New Issue