mirror of
https://github.com/fatedier/frp.git
synced 2026-03-08 10:59:11 +08:00
refactor: move web embeds to web/ directory (#5139)
This commit is contained in:
@@ -41,7 +41,7 @@ func Load(path string) {
|
||||
}
|
||||
|
||||
func Register(fileSystem fs.FS) {
|
||||
subFs, err := fs.Sub(fileSystem, "static")
|
||||
subFs, err := fs.Sub(fileSystem, "dist")
|
||||
if err == nil {
|
||||
content = subFs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user