mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 07:30:55 +00:00
fix the comments for the \d
This commit is contained in:
parent
f6a1a6c9bf
commit
a3888cef7f
@ -148,7 +148,7 @@ func genRouterCode() {
|
||||
beego.GlobalControllerRouter["` + k + `"] = append(beego.GlobalControllerRouter["` + k + `"],
|
||||
beego.ControllerComments{
|
||||
"` + strings.TrimSpace(c.Method) + `",
|
||||
"` + c.Router + `",
|
||||
` + "`" + c.Router + "`" + `,
|
||||
` + allmethod + `,
|
||||
` + params + `})
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user