Using the query mysql method, we create an insert query to add the todo to our database. exports.createTodo = (req, res, next) => { if (!req.body) return ...
確定! 回上一頁