🐛 fix service stats

This commit is contained in:
naiba
2022-10-12 23:06:25 +08:00
parent 998784d177
commit 1bb99494e3
9 changed files with 115 additions and 112 deletions

View File

@@ -13,8 +13,8 @@ import (
func init() {
// 初始化 dao 包
singleton.Init()
singleton.InitConfigFromPath("data/config.yaml")
singleton.InitTimezoneAndCache()
singleton.InitDBFromPath("data/sqlite.db")
singleton.InitLocalizer()
initSystem()