mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Bug fix
This commit is contained in:
@@ -172,8 +172,9 @@ func init() {
|
||||
AppUrl = Cfg.MustValue("server", "ROOT_URL")
|
||||
Domain = Cfg.MustValue("server", "DOMAIN")
|
||||
SecretKey = Cfg.MustValue("security", "SECRET_KEY")
|
||||
}
|
||||
|
||||
// Extensions.
|
||||
func NewServices() {
|
||||
newService()
|
||||
newLogService()
|
||||
newMailService()
|
||||
|
Reference in New Issue
Block a user