From 8c6f01e01dfafbc543c6174ac6e90b5877ed7bca Mon Sep 17 00:00:00 2001 From: Yuri Date: Mon, 29 Jun 2026 23:48:26 -0300 Subject: [PATCH] fix: rota de teste ajustada --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;