diff --git a/web.go b/web.go index cdbc876..98ac8d2 100644 --- a/web.go +++ b/web.go @@ -293,6 +293,7 @@ func inbox(w http.ResponseWriter, r *http.Request) { os.Stdout.Write(payload) io.WriteString(os.Stdout, "\n") } + http.Error(w, "what did you call me?", http.StatusTeapot) return } what, _ := j.GetString("type")