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