Remove file server

This commit is contained in:
2021-02-01 15:27:33 +01:00
parent ee4c68cfba
commit 86816daab1

View File

@ -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()