feat: adiciona rota de teste via branch #1
@@ -45,3 +45,4 @@ if (process.env.NODE_ENV !== 'test') {
|
||||
}
|
||||
|
||||
module.exports = app;
|
||||
app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" }));
|
||||
|
||||
Reference in New Issue
Block a user