update for #67
This commit is contained in:
parent
f530e901c8
commit
da879c1aff
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue