tiny 88x31 lexicon for atproto

i love http 3xx

+1 -1
+1 -1
handler/upload.go
··· 59 59 http.Error(w, "error storing like", http.StatusInternalServerError) 60 60 return 61 61 } 62 - http.Redirect(w, r, fmt.Sprintf("/button?uri=%s", uri), http.StatusCreated) 62 + http.Redirect(w, r, fmt.Sprintf("/button?uri=%s", uri), http.StatusSeeOther) 63 63 } 64 64 65 65 func (h *Handler) unlike(cs *oauth.ClientSession, w http.ResponseWriter, r *http.Request) {