Skip to content

Conversation

zerob13
Copy link
Contributor

@zerob13 zerob13 commented Feb 13, 2014

主要修改了以下几点

  1. beego.RegisterController 这个改为现在用的 beego.Router
    2.删去了 Controller 中没有用到的变量
  2. 修复了DeleteController 代码中调用API错误的一个bug
  3. this.Ctx.Params[":id"] 接口已经改为this.Ctx.Input.Params(":id")

astaxie added a commit that referenced this pull request Feb 13, 2014
修改13.5中的blog范例的api,从而能在新版beego中正常运行
@astaxie astaxie merged commit 520b615 into astaxie:master Feb 13, 2014
astaxie added a commit that referenced this pull request Sep 13, 2016
修改13.5中的blog范例的api,从而能在新版beego中正常运行
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants