- fix bug about elm order callback msg replay.
This commit is contained in:
@@ -37,6 +37,6 @@ func init() {
|
||||
)
|
||||
beego.AddNamespace(nsJd, nsElm, nsMtps, nsDada)
|
||||
beego.Get("/", func(ctx *beecontext.Context) {
|
||||
ctx.WriteString("pong")
|
||||
ctx.WriteString("pong\n")
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user