update for #67

This commit is contained in:
Henrique Dias 2016-04-26 20:21:07 +01:00
parent f530e901c8
commit da879c1aff
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func GET(w http.ResponseWriter, r *http.Request) (int, error) {
Configs: []browse.Config{
{
PathScope: "/",
Root: conf.Path,
Root: http.Dir(conf.Path),
Variables: conf,
Template: tpl,
},