fix a part of #67

pull/68/head
Henrique Dias 2016-04-25 08:56:40 +01:00
parent ce1dcdc947
commit f530e901c8
1 changed files with 1 additions and 1 deletions

View File

@ -29,10 +29,10 @@ func GET(w http.ResponseWriter, r *http.Request) (int, error) {
Next: middleware.HandlerFunc(func(w http.ResponseWriter, r *http.Request) (int, error) { Next: middleware.HandlerFunc(func(w http.ResponseWriter, r *http.Request) (int, error) {
return 404, nil return 404, nil
}), }),
Root: conf.Path,
Configs: []browse.Config{ Configs: []browse.Config{
{ {
PathScope: "/", PathScope: "/",
Root: conf.Path,
Variables: conf, Variables: conf,
Template: tpl, Template: tpl,
}, },