diff --git a/routes/registro.js b/routes/registro.js index 22c116d..d01ee18 100644 --- a/routes/registro.js +++ b/routes/registro.js @@ -103,7 +103,7 @@ app.post('/registro', async(req, res) => { if (sqlAnswer.length != 0) { console.log( "El CURP ya fue registrado anteriormente"); - res.status(200).json({ error: false, msj: "El correo ya registrado anteriormente" }); + res.status(200).json({ error: false, msj: "El CURP ya registrado anteriormente" }); return; }