This commit is contained in:
邹宗楠
2024-10-11 14:39:23 +08:00
parent 9a6843f572
commit d1f2441111
3 changed files with 3 additions and 8 deletions

View File

@@ -70,8 +70,9 @@ var (
)
func Init() {
globals.SugarLogger.Debugf("---------beegodb.Init()1")
beegodb.Init()
globals.SugarLogger.Debugf("---------beegodb.Init()")
globals.SugarLogger.Debugf("---------beegodb.Init()2")
if globals.EnableWXAuth2 {
api2.Init()
}