This commit is contained in:
Lizandro Guarnizo
2026-01-28 02:44:28 -05:00
parent 6ebf5c9a22
commit e9aecc6bd2
6 changed files with 130 additions and 70 deletions
+4 -1
View File
@@ -4,7 +4,10 @@
* Verifica que todos los servicios estén funcionando
*/
require_once __DIR__ . '/vendor/autoload.php';
// Cargar autoload solo si existe (en desarrollo podría no estar)
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
require_once __DIR__ . '/vendor/autoload.php';
}
header('Content-Type: application/json');