diff --git a/src/index.js b/src/index.js index f97c463..f092533 100644 --- a/src/index.js +++ b/src/index.js @@ -44,5 +44,6 @@ if (process.env.NODE_ENV !== 'test') { }); } -module.exports = app; app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" })); + +module.exports = app;