db.js // 必須是回傳一個return物件的function module.exports = () => ({ posts: [{ id: 1, title: "json-server", author: "typicode" }] ...
確定! 回上一頁