Commit 309434c7 by Joneq

修改成notok进行报警测试

parent 46979a66
Showing with 1 additions and 1 deletions
......@@ -68,7 +68,7 @@ func ping(ctx *bm.Context) {
}
func hbsdata(c *bm.Context) {
c.Writer.Write([]byte("notok"))
c.Writer.Write([]byte("ok"))
}
// example for http request handler.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment