Bug fix
This commit is contained in:
parent
757f360949
commit
601c10309d
4 changed files with 5 additions and 2 deletions
1
web.go
1
web.go
|
@ -58,6 +58,7 @@ func newMartini() *martini.ClassicMartini {
|
|||
}
|
||||
|
||||
func runWeb(*cli.Context) {
|
||||
base.NewServices()
|
||||
checkRunMode()
|
||||
log.Info("%s %s", base.AppName, base.AppVer)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue