all repos — honk @ 55c201ebb683f091777c421f03294b50ffed8b95

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Sun, 24 Sep 2023 11:34:12 +0300
commit

55c201ebb683f091777c421f03294b50ffed8b95

parent

baf33afdc9ce2faa050c7c44ef80ea56029c8e79

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M masto.gomasto.go

@@ -21,7 +21,6 @@ }

// https://docs.joinmastodon.org/methods/apps/#create func apiapps(rw http.ResponseWriter, r *http.Request) { - dlog.Println(r.URL.String()) if err := r.ParseForm(); err != nil { http.Error(rw, "invalid input", http.StatusUnprocessableEntity) elog.Println(err)