Skip to content

Commit

Permalink
Merge branch 'release/0.1' into feat/0.1.5/actividades
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus0204 committed Sep 30, 2024
2 parents b53dd89 + 6f3a64d commit 2df3d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports.registrarPreguntaFrecuente = async (req, res) => {
return res.status(200).json({
code: 200,
msg: "La pregunta ha sido registrada con éxito",
data: nuevaPregunta,
data: [nuevaPregunta],
});
} catch (error) {
console.error(error);
Expand Down

0 comments on commit 2df3d1c

Please sign in to comment.