Files
wevads-platform/scripts/api_n8n-connector.php
2026-02-26 04:53:11 +01:00

7 lines
213 B
PHP
Executable File

<?php
header('Content-Type: application/json');
$config = json_decode(file_get_contents('../standalone-index-config.json'), true);
echo json_encode(["status" => "active", "bridge" => "n8n", "ia_sync" => true]);