From 7f1ebd548c9344ab2d2eed57c5b2beed5b09a8ec Mon Sep 17 00:00:00 2001 From: DanielRamirezGe Date: Sun, 20 Sep 2020 18:34:59 -0500 Subject: [PATCH] cambio en el texto curp --- routes/registro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }