mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 03:05:09 +00:00
Update setup.go
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user