mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-04 14:33:01 +08:00
feat: 修改 xpack 加载顺序 (#5238)
This commit is contained in:
@@ -37,7 +37,6 @@ func Start() {
|
||||
log.Init()
|
||||
db.Init()
|
||||
migration.Init()
|
||||
InitOthers()
|
||||
app.Init()
|
||||
validator.Init()
|
||||
gob.Register(psession.SessionUser{})
|
||||
@@ -45,6 +44,7 @@ func Start() {
|
||||
session.Init()
|
||||
gin.SetMode("debug")
|
||||
cron.Run()
|
||||
InitOthers()
|
||||
business.Init()
|
||||
hook.Init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user