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:
parent
303dda646f
commit
fb45bd5d42
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue