Reimplements the help modal

This commit is contained in:
2016-02-11 17:14:47 +01:00
parent e109e116f5
commit ca9dd50429
5 changed files with 32 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ func (a *appData) buildRouter() http.Handler {
})))
dirs := []string{"css", "js", "img", "bower_components"}
dirs := []string{"css", "js", "img", "bower_components", "html"}
for _, d := range dirs {
router.ServeFiles(path.Join("/", d, "/*filepath"), http.Dir(filepath.Join("webapp", d)))
}