From 4c3f33fc477d8a0c7a6ccd833993aa5e8d937dc1 Mon Sep 17 00:00:00 2001 From: "christian.julian" Date: Sun, 15 Jun 2025 15:19:38 -0600 Subject: [PATCH] fix --- api_candidatos/api/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_candidatos/api/index.php b/api_candidatos/api/index.php index 5981ec5..4ea6fe9 100644 --- a/api_candidatos/api/index.php +++ b/api_candidatos/api/index.php @@ -14,7 +14,7 @@ $path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); $method = $_SERVER['REQUEST_METHOD']; // Quitar el prefijo '/api' para trabajar con rutas limpias -$basePath = '/api'; +$basePath = '/api_candidatos'; $normalizedPath = str_replace($basePath, '', $path); // Enrutamiento