We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e426457 commit b63889dCopy full SHA for b63889d
planbot.go
@@ -48,6 +48,7 @@ func planbotHandler(w http.ResponseWriter, r *http.Request) {
48
return
49
}
50
51
+ w.Header().Set("Content-Type", "application/json")
52
w.WriteHeader(status)
53
w.Write(responseJson)
54
0 commit comments