Skip to content
Snippets Groups Projects
Commit f2d68251 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Add simulation object to POST return

parent 970831d7
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
...@@ -95,7 +95,7 @@ simulationApp.post('/', passport.authenticate('bearer', { session: false }), (re ...@@ -95,7 +95,7 @@ simulationApp.post('/', passport.authenticate('bearer', { session: false }), (re
return next({err}); return next({err});
} }
res.json({msg: 'Simulation created'}); res.json({msg: 'Simulation created', simulation});
}) })
}); });
......
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