diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-19 13:24:46 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-19 13:24:46 -0400 |
commit | 601c10309dd93c55c3c825c5a5c2384d46493589 (patch) | |
tree | bcf936efe122c14b048e57da5169e9e5e4ef7a7d /web.go | |
parent | 757f360949989214a9161f17a82aedf2b647457a (diff) | |
download | gitea-601c10309dd93c55c3c825c5a5c2384d46493589.tar.gz gitea-601c10309dd93c55c3c825c5a5c2384d46493589.zip |
Bug fix
Diffstat (limited to 'web.go')
-rw-r--r-- | web.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ func newMartini() *martini.ClassicMartini { } func runWeb(*cli.Context) { + base.NewServices() checkRunMode() log.Info("%s %s", base.AppName, base.AppVer) |