tangled
alpha
login
or
join now
moth11.net
/
rvcx
3
fork
atom
backend for xcvr appview
3
fork
atom
overview
issues
4
pulls
pipelines
add handle to profileview
moth11.net
9 months ago
4bbaec92
d3c711b7
+1
1 changed file
expand all
collapse all
unified
split
server
internal
handler
lexiconHandlers.go
+1
server/internal/handler/lexiconHandlers.go
···
76
76
h.notFound(w, errors.New(fmt.Sprintf("couldn't find profile for handle %s / did %s: %s", handle, did, err.Error())))
77
77
return
78
78
}
79
79
+
profile.Handle = handle
79
80
w.Header().Set("Content-Type", "application/json")
80
81
encoder := json.NewEncoder(w)
81
82
encoder.Encode(profile)