get /posts 文章列表 get /post/:id 查看某篇文章 get /post/:id/edit 进入某篇文章编辑页面 post /post 新建文章 put /post/:id 修改某篇文章 delete /post/:id 删除文章