Merge pull request 'feat: adiciona rota de teste via branch' (#1) from feature-nova-rota into main

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-06-29 23:24:24 -03:00
2 changed files with 1 additions and 0 deletions
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!" }));