eddycjy / blog

煎鱼的博客,有点忙,传送门:https://eddycjy.com
3.05k stars 431 forks source link

单词错误 #55

Closed zhangguanzhang closed 4 years ago

zhangguanzhang commented 4 years ago
https://book.eddycjy.com/golang/gin/api-03.html
获取文章列表:GET("/articles")
获取指定文章:POST("/articles/:id")
新建文章:POST("/articles")

获取指定文章:POST("/articles/:id") --> 获取指定文章:GET("/articles/:id")

eddycjy commented 4 years ago

@zhangguanzhang 感谢反馈,已在本地修复,等待其它 issues 均处理完后一同提交。