diff --git a/routes/index.js b/routes/index.js index e3b6c73..ad919cf 100644 --- a/routes/index.js +++ b/routes/index.js @@ -8,7 +8,7 @@ router.get('/', function(req, res, next) { router.post('/', function(req, res, next) { console.info(req.body) - res.json({'name':'test'}) + res.json({'name':'666'}) }); -module.exports = router; +module.exports = router; \ No newline at end of file