feat: adiciona rota de teste via branch

This commit is contained in:
2026-06-29 23:19:02 -03:00
parent e9bb8d83b0
commit e35533f703
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -45,3 +45,4 @@ if (process.env.NODE_ENV !== 'test') {
}
module.exports = app;
app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" }));