fix: debug

This commit is contained in:
christian.julian 2025-06-15 15:25:06 -06:00
parent 4c3f33fc47
commit 667a45aba1
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<?php <?php
var_dump($_SERVER['REQUEST_URI']);
exit;
require_once __DIR__ . '/../src/Utils/CorsHandler.php'; require_once __DIR__ . '/../src/Utils/CorsHandler.php';
// Configurar CORS para todas las respuestas // Configurar CORS para todas las respuestas