PLT-12 adding log viewer

This commit is contained in:
=Corey Hulen
2015-09-10 18:32:22 -07:00
parent 41439eb801
commit e06e292be7
14 changed files with 338 additions and 15 deletions

View File

@@ -41,6 +41,7 @@ func InitApi() {
InitFile(r)
InitCommand(r)
InitConfig(r)
InitAdmin(r)
templatesDir := utils.FindDir("api/templates")
l4g.Debug("Parsing server templates at %v", templatesDir)