From f6bc7a52fdff9b7f34952784196657b09744d6ab Mon Sep 17 00:00:00 2001 From: "christian.julian" Date: Sun, 15 Jun 2025 16:10:22 -0600 Subject: [PATCH] fix --- api_candidatos/src/OAuth/Controllers/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();