header ("Accept"), "text/html")) { return redirect (route ("posts.show", ["note" => $note])); } $response = TypeNote::build_response ($note); return response ()->json ($response)->header ("Content-Type", "application/activity+json"); } }