add static folder for air gapped deployments

This commit is contained in:
taahado5 2022-04-30 12:34:24 +02:00 committed by Lena Fuhrimann
parent 145de780e4
commit 5cb52b55da

View file

@ -71,7 +71,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
// Set up templates
// Set up statics
statics, err := fs.Sub(staticFS, "static")
if err != nil {
log.Fatal(err)