2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00

fix: embed目录错误

This commit is contained in:
耗子
2024-07-13 01:18:03 +08:00
parent 6bad7f4b5b
commit 0d6f0f317d

View File

@@ -2,5 +2,5 @@ package embed
import "embed"
//go:embed public/*
//go:embed frontend/*
var PublicFS embed.FS