Skip to content

Commit

Permalink
testjenkinsv3
Browse files Browse the repository at this point in the history
  • Loading branch information
457813723 committed Oct 9, 2024
1 parent 1a042d8 commit 376a322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_server/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (h *HttpServer) initRouter() {
// node rpc
v1.POST("/node/ckb/rpc", api_code.DoMonitorLog(api_code.MethodCkbRpc), h.h.CkbRpc)
v1.GET("/test/jenkins", func(c *gin.Context) {
c.JSON(200, "main--v2")
c.JSON(200, "main--v3")
})
}

Expand Down

0 comments on commit 376a322

Please sign in to comment.