imagen fixed

This commit is contained in:
IO
2024-07-05 19:31:07 -06:00
parent 6f8cff7c2d
commit f569081092
+1 -1
View File
@@ -32,6 +32,6 @@ export class ImagenService {
await sharp(buffer)
.toFile(imagePath);
return `dist/imagenes/${imageName}`;
return `/dist/imagenes/${imageName}`;
}
}