tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
set content-type
moth11.net
1 month ago
d5324ab9
17762c76
+1
1 changed file
expand all
collapse all
unified
split
handler
button.go
+1
handler/button.go
···
65
65
http.Error(w, "error", http.StatusInternalServerError)
66
66
return
67
67
}
68
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 {