imagen fixed
This commit is contained in:
@@ -32,6 +32,6 @@ export class ImagenService {
|
||||
await sharp(buffer)
|
||||
.toFile(imagePath);
|
||||
|
||||
return `dist/imagenes/${imageName}`;
|
||||
return `/dist/imagenes/${imageName}`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user