This commit is contained in:
christian.julian 2025-06-15 16:10:22 -06:00
parent dd7a4489f4
commit f6bc7a52fd
1 changed files with 1 additions and 1 deletions

View File

@ -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();