mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
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…
x
Reference in New Issue
Block a user