RT
似乎正在重写的版本里应该有, 看到 app.get('/topic/:tid/edit', topic.edit); 了 https://github.com/cnodejs/nodeclub/blob/refactor/routes.js#L74
app.get('/topic/:tid/edit', topic.edit);
CNode 社区为国内最专业的 Node.js 开源技术社区,致力于 Node.js 的技术研究。
似乎正在重写的版本里应该有, 看到
app.get('/topic/:tid/edit', topic.edit);了 https://github.com/cnodejs/nodeclub/blob/refactor/routes.js#L74