From 164c365bea41a22352b4dd04662d50a4a1848bfd Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 00:44:17 +0800 Subject: [PATCH] init --- routes/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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