mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 09:51:01 +00:00
Update setup.go
This commit is contained in:
parent
943a308afe
commit
a3a361ad10
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ func setupTree(c *cli.Context) *httptreemux.ContextMux {
|
|||
web.New(
|
||||
web.WithDir(c.String("www")),
|
||||
web.WithSync(time.Hour*72),
|
||||
web.WithDocs(c.String("docs"))
|
||||
web.WithDocs(c.String("docs")),
|
||||
).Register(tree)
|
||||
return tree
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue