diff --git a/cmd/wasmcloudd/handler.go b/cmd/wasmcloudd/handler.go index 751f896..830eab7 100644 --- a/cmd/wasmcloudd/handler.go +++ b/cmd/wasmcloudd/handler.go @@ -84,6 +84,8 @@ func updateHandler(w http.ResponseWriter, r *http.Request, u *User) { http.Error(w, "database error, contact support", http.StatusInternalServerError) return } + + json.NewEncoder(w).Encode(hdlr) } func uploadHandler(hdlr internal.Handler) (string, error) {