modificacion de contraseña

This commit is contained in:
Hector 2025-03-08 21:18:45 -06:00
parent b0378a84d5
commit d38e4f1387
1 changed files with 1 additions and 1 deletions
controlador

View File

@ -11,7 +11,7 @@ require_once 'VendedorController.php';
header('Content-Type: application/json');
// Conexión a base de datos
$db = new BaseDatos('localhost:3306', 'root', '481037', 'boletos_db');
$db = new BaseDatos('localhost:3306', 'root', 'password', 'boletos_db');
// Inicializar el controlador
$vendedorController = new VendedorController($db);