From 408ac506914b66937c459d11efb4e0b1317181e2 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Fri, 12 Oct 2018 11:19:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=87=E5=BF=98=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index cfeb21c..c8e2965 100644 --- a/routes/api.js +++ b/routes/api.js @@ -1435,7 +1435,7 @@ api.get('/notes', function(req, res) { } if (params.shareNote) { db.getNote(params.shareNote) - .then((data) => res.send(`
${data}
`)) + .then((data) => res.send(`
${data}
`)) .catch((err) => console.log('notes', err)); } else { params.user_id = req.session.user.id;