Add: embed web files
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
package commonconfig
|
||||
|
||||
import "io/fs"
|
||||
|
||||
type Config struct {
|
||||
APIConfig APIConfig `json:"api"`
|
||||
TmpfsConfig TmpfsConfig `json:"tmpfs"`
|
||||
WEBFS fs.FS
|
||||
}
|
||||
|
||||
type APIConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user