Skip to content
Snippets Groups Projects
Commit 99f731be authored by ems19's avatar ems19
Browse files

[FIX] response

parent 037fdff8
No related branches found
No related tags found
5 merge requests!391Hom -> Prod,!382[ADD] Email,!381Postgres migration,!380[ADD] Email route and fix Janaina Routes,!376Postgres migration
......@@ -15,6 +15,6 @@ emailApp.get('/', passport.authenticate('bearer', { session: false }), (req, res
console.log(err);
res.json({msg: 'Error', detail: err});
});
}, response('email'));
});
module.exports = emailApp;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment