Revert "V1_Fonctionnel_GTAV1_GTA"

This reverts commit 6d244f5323.
This commit is contained in:
2025-12-02 17:49:04 +01:00
parent 6d244f5323
commit 244db6bfb6
55 changed files with 5815 additions and 7563 deletions

View File

@@ -1,4 +1,4 @@
// webhook-utils.js (VERSION ES MODULES - CORRIGÉE)
// webhook-utils.js (VERSION ES MODULES)
// Pour projets avec "type": "module" dans package.json
import axios from 'axios';
@@ -65,7 +65,6 @@ class WebhookManager {
for (let attempt = 1; attempt <= retries; attempt++) {
try {
console.log(`📤 Envoi webhook: ${eventType} vers ${targetUrl} (tentative ${attempt}/${retries})`);
console.log(` Données:`, JSON.stringify(data, null, 2));
const response = await axios.post(
`${targetUrl}/api/webhook/receive`,