¿Cómo puedo ocultar la ruta de la imagen real en cakephp 4 usando Ajax Request?
render: function (data) { return ( '<img src="/img/' +data + '" alt="empty" width="150px" height="90px"/>' ); },