diff --git a/cmd/lookbuilding/main.go b/cmd/lookbuilding/main.go index 5a4fdb1..2b26c38 100644 --- a/cmd/lookbuilding/main.go +++ b/cmd/lookbuilding/main.go @@ -29,9 +29,6 @@ func main() { fmt.Fprintf(w, "OK") }) - fs := http.FileServer(http.Dir("static/")) - http.Handle("/static/", http.StripPrefix("/static/", fs)) - l.Logger.Infof(`listening on %s`, addr) go worker.Worker()