backend for xcvr appview

add handle to profileview

+1
+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 + profile.Handle = handle 79 80 w.Header().Set("Content-Type", "application/json") 80 81 encoder := json.NewEncoder(w) 81 82 encoder.Encode(profile)