update for #67
parent
f530e901c8
commit
da879c1aff
|
@ -32,7 +32,7 @@ func GET(w http.ResponseWriter, r *http.Request) (int, error) {
|
||||||
Configs: []browse.Config{
|
Configs: []browse.Config{
|
||||||
{
|
{
|
||||||
PathScope: "/",
|
PathScope: "/",
|
||||||
Root: conf.Path,
|
Root: http.Dir(conf.Path),
|
||||||
Variables: conf,
|
Variables: conf,
|
||||||
Template: tpl,
|
Template: tpl,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue