aboutsummaryrefslogtreecommitdiff
path: root/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'web.go')
-rw-r--r--web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web.go b/web.go
index 2cf3ba09..2a9df17c 100644
--- a/web.go
+++ b/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)