server/db/sequelize/controllers/topics.js/remove. /** * Remove a topic */ export function remove(req, res) { Topic.destroy({ where: { id: req.params.id } ...
確定! 回上一頁