parent
1a9922d5f1
commit
da448e5be3
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -68,6 +68,7 @@ func main() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
w.Header().Set("Content-Type", "application/json")
|
||||||
w.WriteHeader(http.StatusOK)
|
w.WriteHeader(http.StatusOK)
|
||||||
_, _ = w.Write(response)
|
_, _ = w.Write(response)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue