diff --git a/routes/ngabbs.js b/routes/ngabbs.js index c4d9132..da533f9 100644 --- a/routes/ngabbs.js +++ b/routes/ngabbs.js @@ -45,7 +45,7 @@ const getData = (data) => { result.forEach((result) => { dataList.push({ author: result.author, - desc: result.subject, + title: result.subject, parent: result.parent["2"], tid: result.tid, comments: Number(result.replies),