Browse Source

修改 模块配置

钟志权 1 year ago
parent
commit
48a287c512
1 changed files with 1 additions and 1 deletions
  1. 1 1
      knife4gin/knife4gin.go

+ 1 - 1
knife4gin/knife4gin.go

@@ -10,7 +10,7 @@ import (
 	"strings"
 )
 
-//go:embed front/
+//go:embed front
 var front embed.FS
 
 type Option struct {