Fixes #1
@ -68,6 +68,7 @@ func main() {
return
}
w.Header().Set("Content-Type", "application/json")
w.WriteHeader(http.StatusOK)
_, _ = w.Write(response)
})