This commit is contained in:
@@ -29,5 +29,5 @@ func (h *Handler) GetIncident(w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
w.Header().Set("Content-Type", "application/json")
|
w.Header().Set("Content-Type", "application/json")
|
||||||
w.WriteHeader(http.StatusOK)
|
w.WriteHeader(http.StatusOK)
|
||||||
fmt.Fprintf(w, "{result: {}}")
|
fmt.Fprintf(w, "{\"result\": {}}")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user