diff --git a/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs b/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs
index cf46328..5580a58 100644
--- a/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs
+++ b/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs
@@ -123,11 +123,11 @@ namespace GestionIntegral.Api.Controllers
string nombrePlantaParam = "Consolidado";
if (consolidado)
{
- templatePath = Path.Combine("Controllers", "Reportes", "Templates", "ReporteExistenciaPapelConsolidado.cshtml");
+ templatePath = "Controllers/Reportes/Templates/ReporteExistenciaPapelConsolidado.cshtml";
}
else
{
- templatePath = Path.Combine("Controllers", "Reportes", "Templates", "ReporteExistenciaPapel.cshtml");
+ templatePath = "Controllers/Reportes/Templates/ReporteExistenciaPapel.cshtml";
if (idPlanta.HasValue)
{
var planta = await _plantaRepository.GetByIdAsync(idPlanta.Value);
diff --git a/Backend/GestionIntegral.Api/GestionIntegral.Api.csproj b/Backend/GestionIntegral.Api/GestionIntegral.Api.csproj
index 1cc4e47..debea04 100644
--- a/Backend/GestionIntegral.Api/GestionIntegral.Api.csproj
+++ b/Backend/GestionIntegral.Api/GestionIntegral.Api.csproj
@@ -5,6 +5,7 @@
enable
enable
true
+ false
@@ -22,11 +23,8 @@
-
-
-
+
PreserveNewest
-
-
+
\ No newline at end of file