Bug fix
This commit is contained in:
parent
757f360949
commit
601c10309d
4 changed files with 5 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue