u
Anirudh Oppiliappan x@icyphox.sh
Sun, 24 Sep 2023 11:34:12 +0300
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
masto.go
→
masto.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)