Update media handling
This commit is contained in:
8
web/embed.go
Normal file
8
web/embed.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
// Content holds the HTML templates and static assets for the web UI.
|
||||
//
|
||||
//go:embed templates/index.html static
|
||||
var Content embed.FS
|
||||
Reference in New Issue
Block a user