From 67075d28a5b22f307367cda036ea5255954ee61c Mon Sep 17 00:00:00 2001 From: nBiqoz Date: Fri, 25 Jul 2025 17:01:28 +0200 Subject: [PATCH] first gitea --- app/api/process-document/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/process-document/route.ts b/app/api/process-document/route.ts index 75f575d..0aa5670 100644 --- a/app/api/process-document/route.ts +++ b/app/api/process-document/route.ts @@ -100,7 +100,7 @@ export async function POST(req: NextRequest) { // Plus de ad_hoc_recognizers ici ! }; - console.log("🔍 Appel à Presidio Analyzer....."); + console.log("🔍 Appel à Presidio Analyzer..."); // Mettez votre URL externe ici, ou utilisez le nom de service Docker si approprié const presidioAnalyzerUrl = "http://analyzer.151.80.20.211.sslip.io/analyze";