diff --git a/cmd/droned/drone.go b/cmd/droned/drone.go index cea951b6..c638357c 100644 --- a/cmd/droned/drone.go +++ b/cmd/droned/drone.go @@ -122,7 +122,7 @@ func setupStatic() { w.Header().Add("Cache-Control", "no-cache") } - // serce images + // serve images images.ServeHTTP(w, r) }) }