fix: rota de teste ajustada

This commit is contained in:
2026-06-29 23:48:26 -03:00
parent 2abe5436ea
commit 8c6f01e01d
+2 -1
View File
@@ -44,5 +44,6 @@ if (process.env.NODE_ENV !== 'test') {
}); });
} }
module.exports = app;
app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" })); app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" }));
module.exports = app;