Adds a modal help
This commit is contained in:
@@ -121,7 +121,7 @@ func (a *appData) buildRouter() http.Handler {
|
||||
|
||||
})))
|
||||
|
||||
dirs := []string{"css", "js", "img", "fonts"}
|
||||
dirs := []string{"css", "js", "img", "fonts", "html"}
|
||||
for _, d := range dirs {
|
||||
router.ServeFiles(path.Join("/", d, "/*filepath"), http.Dir(filepath.Join("static", d)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user