mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-01-26 17:44:38 +00:00
Administration articles moved
This commit is contained in:
@@ -80,7 +80,7 @@ type website struct {
|
||||
func (w *website) Register(mux *httptreemux.ContextMux) {
|
||||
h := http.FileServer(w.fs)
|
||||
h = setupCache(h)
|
||||
mux.Handler("GET", "/favicon.png", h)
|
||||
mux.Handler("GET", "/favicon.svg", h)
|
||||
mux.Handler("GET", "/static/*filepath", h)
|
||||
mux.NotFoundHandler = w.handleIndex
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user