Improvements

This commit is contained in:
wim.de.jager 2021-06-14 14:24:31 +02:00
parent a001a4104e
commit e752c006c3

View file

@ -120,6 +120,7 @@ func scanHandler(w http.ResponseWriter, r *http.Request) {
}
s := <-response
w.Header().Set("Content-Type", "application/json; charset=utf-8")
respJson, err := json.Marshal(&s)