mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-10 09:02:42 +08:00
feat: 修改 xpack 加载顺序 (#5238)
This commit is contained in:
parent
e044d92075
commit
8c929004e9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue