fix: arreglar ruta

This commit is contained in:
christian.julian 2025-06-15 16:26:15 -06:00
parent ba5e6bfd20
commit bc95d74425
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $method = $_SERVER["REQUEST_METHOD"];
$routes = [ $routes = [
'GET' => [ 'GET' => [
'/api/candidatos/obtenerCandidatos' => [CandidatoController::class, 'index'] '/candidatos/obtenerCandidatos' => [CandidatoController::class, 'index']
] ]
]; ];