diff --git a/bootstrap/static.go b/bootstrap/static.go index 7b8a987..09e393d 100644 --- a/bootstrap/static.go +++ b/bootstrap/static.go @@ -9,6 +9,7 @@ import ( "github.com/cloudreve/Cloudreve/v3/pkg/conf" "github.com/cloudreve/Cloudreve/v3/pkg/util" + _ "github.com/cloudreve/Cloudreve/v3/statik" "github.com/gin-contrib/static" "github.com/rakyll/statik/fs" )