Skip to content
Snippets Groups Projects
Commit 0107b08d authored by ems19's avatar ems19
Browse files

Fix get

parent d79515a4
No related branches found
No related tags found
4 merge requests!377prd_version of simcaq,!373merge dev -> homologa,!370Dev migration,!369Postgres migration
......@@ -115,7 +115,7 @@ userApp.get('/:id', (req, res, next) => {
req.result = u;
}
}).then((result) => res.json(result));
}, response('user'));
});
userApp.post('/', (req, res, next) => {
let user = new User({
......
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