tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
i love http 3xx
moth11.net
1 month ago
6bcfba6e
0c510016
+1
-1
1 changed file
expand all
collapse all
unified
split
handler
upload.go
+1
-1
handler/upload.go
···
59
59
http.Error(w, "error storing like", http.StatusInternalServerError)
60
60
return
61
61
}
62
62
-
http.Redirect(w, r, fmt.Sprintf("/button?uri=%s", uri), http.StatusCreated)
62
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) {