add static folder for air gapped deployments
This commit is contained in:
parent
145de780e4
commit
5cb52b55da
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -71,7 +71,7 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
// Set up templates
|
// Set up statics
|
||||||
statics, err := fs.Sub(staticFS, "static")
|
statics, err := fs.Sub(staticFS, "static")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|
Loading…
Reference in a new issue