From 10214805e3b7a6a27fedd332121957afb6f6e684 Mon Sep 17 00:00:00 2001 From: Pedro Date: Fri, 10 Jul 2026 14:02:27 +0200 Subject: [PATCH] =?UTF-8?q?Implementa=20endpoint=20externo=20de=20campos?= =?UTF-8?q?=20de=20denuncia=20para=20Gestiona=20A=C3=B1ade=20respuesta=20e?= =?UTF-8?q?n=20formato=20data=20con=20campos=20tipados=20STRING.=20Mejora?= =?UTF-8?q?=20la=20extracci=C3=B3n=20de=20campos=20desde=20JSON=20de=20Glo?= =?UTF-8?q?balLeaks=20para=20reports=20PDF.=20Protege=20respuestas=20vac?= =?UTF-8?q?=C3=ADas=20de=20Gestiona=20al=20buscar/enlazar=20terceros.=20Ma?= =?UTF-8?q?ntiene=20trazas=20seguras=20para=20campos=20externos=20vac?= =?UTF-8?q?=C3=ADos=20sin=20registrar=20datos=20sensibles.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Antifraude.Net/ApiDenuncias/Controllers/DenunciasController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Antifraude.Net/ApiDenuncias/Controllers/DenunciasController.cs b/Antifraude.Net/ApiDenuncias/Controllers/DenunciasController.cs index f810a1d..5d21881 100644 --- a/Antifraude.Net/ApiDenuncias/Controllers/DenunciasController.cs +++ b/Antifraude.Net/ApiDenuncias/Controllers/DenunciasController.cs @@ -786,7 +786,7 @@ public sealed class DenunciasController : ControllerBase return string.Empty; } - + //pruabass private static string NormalizeLabel(string? value) { if (string.IsNullOrWhiteSpace(value))