fix: 修复一处配置文件错误
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
var Config *models.Config
|
||||
var Config models.Config
|
||||
|
||||
func init() {
|
||||
//配置文件初始化
|
||||
|
||||
Reference in New Issue
Block a user