Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
457813723 committed Sep 10, 2024
1 parent e340d44 commit 91893f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions http_server/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ func (h *HttpServer) initRouter() {

// node rpc
v1.POST("/node/ckb/rpc", api_code.DoMonitorLog(api_code.MethodCkbRpc), h.h.CkbRpc)
v1.GET("/test/tag", func(c *gin.Context) {
c.JSON(200, "dev--v0")
})

}

internalV1 := h.internalEngine.Group("v1")
Expand Down

0 comments on commit 91893f6

Please sign in to comment.