Compare commits

...

1 Commits

Author SHA1 Message Date
root e35533f703 feat: adiciona rota de teste via branch 2026-06-29 23:19:02 -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; module.exports = app;
app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" }));