diff --git a/api_candidatos/src/OAuth/Controllers/AuthController.php b/api_candidatos/src/OAuth/Controllers/AuthController.php index f08e479..3dec5df 100644 --- a/api_candidatos/src/OAuth/Controllers/AuthController.php +++ b/api_candidatos/src/OAuth/Controllers/AuthController.php @@ -12,7 +12,7 @@ class AuthController { public static function token() { header('Content-Type: application/json; charset=UTF-8'); - $config = require_once __DIR__ . '/../../config/oauth.php'; + $config = require_once __DIR__ . '/../../Config/oauth.php'; $conn = Database::connect(); // Configurar server $clientRepository = new ClientRepository();