fix: arreglar ruta
This commit is contained in:
parent
bc95d74425
commit
3403ca45df
|
@ -6,7 +6,7 @@ $method = $_SERVER["REQUEST_METHOD"];
|
||||||
|
|
||||||
$routes = [
|
$routes = [
|
||||||
'GET' => [
|
'GET' => [
|
||||||
'/candidatos/obtenerCandidatos' => [CandidatoController::class, 'index']
|
'/api_candidatos/candidatos/obtenerCandidatos' => [CandidatoController::class, 'index']
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue