tiny 88x31 lexicon for atproto

set content-type

+1
+1
handler/button.go
··· 65 65 http.Error(w, "error", http.StatusInternalServerError) 66 66 return 67 67 } 68 + w.Header().Set("Content-Type", "application/json") 68 69 encoder := json.NewEncoder(w) 69 70 err = encoder.Encode(btns) 70 71 if err != nil {