fix: rota de teste ajustada
This commit is contained in:
+2
-1
@@ -44,5 +44,6 @@ if (process.env.NODE_ENV !== 'test') {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = app;
|
|
||||||
app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" }));
|
app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" }));
|
||||||
|
|
||||||
|
module.exports = app;
|
||||||
|
|||||||
Reference in New Issue
Block a user