fix json
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-24 11:08:06 +11:00
parent 6b88436b37
commit 985b520508

View File

@@ -29,5 +29,5 @@ func (h *Handler) GetIncident(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "application/json")
w.WriteHeader(http.StatusOK)
fmt.Fprintf(w, "{result: {}}")
fmt.Fprintf(w, "{\"result\": {}}")
}