This commit is contained in:
christian.julian 2025-06-15 15:34:23 -06:00
parent b023f76e9b
commit 4ec95ab738
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $method = $_SERVER["REQUEST_METHOD"];
$routes = [
'POST' => [
'/api/oauth/token' => [AuthController::class, 'token']
'/api_candidatos/oauth/token' => [AuthController::class, 'token']
]
];