From 7c5d24aaa8ee0e24ca337eeb4ec2f1be8fd82fda Mon Sep 17 00:00:00 2001 From: JavMB Date: Thu, 16 Apr 2026 19:06:42 +0200 Subject: [PATCH] quito la api key LOCAL , que puse para debuggear --- DoliMiddlewareApi/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DoliMiddlewareApi/appsettings.json b/DoliMiddlewareApi/appsettings.json index 103fda1..693725c 100644 --- a/DoliMiddlewareApi/appsettings.json +++ b/DoliMiddlewareApi/appsettings.json @@ -9,7 +9,7 @@ "AllowedHosts": "*", "Dolibarr": { "ApiUrl": "http://localhost/api/index.php/explorer", - "ApiKey": "f5da1cef3f7edd4f9f305f950530599e18daae91" + "ApiKey": "" }, "Jwt": { "Secret": "mi-super-secreto-jwt-aqui-cambiar-en-produccion",