feat: adiciona rota de teste via branch #1

Merged
root merged 1 commits from feature-nova-rota into main 2026-06-29 23:24:25 -03:00
2 changed files with 1 additions and 0 deletions
Showing only changes of commit e35533f703 - Show all commits
BIN
View File
Binary file not shown.
+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!" }));