mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
finish mirror fix #63
This commit is contained in:
parent
90f6aa8cd1
commit
9ffa8a4083
4 changed files with 49 additions and 4 deletions
|
@ -18,6 +18,7 @@ import (
|
|||
"github.com/gogits/gogs/models"
|
||||
"github.com/gogits/gogs/modules/auth"
|
||||
"github.com/gogits/gogs/modules/base"
|
||||
"github.com/gogits/gogs/modules/cron"
|
||||
"github.com/gogits/gogs/modules/log"
|
||||
"github.com/gogits/gogs/modules/mailer"
|
||||
"github.com/gogits/gogs/modules/middleware"
|
||||
|
@ -49,6 +50,7 @@ func GlobalInit() {
|
|||
}
|
||||
|
||||
models.HasEngine = true
|
||||
cron.NewCronContext()
|
||||
}
|
||||
base.NewServices()
|
||||
checkRunMode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue