cambio en el texto curp

This commit is contained in:
2020-09-20 18:34:59 -05:00
parent 92eced607c
commit 7f1ebd548c
+1 -1
View File
@@ -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;
}