Skip to content

Commit

Permalink
add config tx
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
  • Loading branch information
zhuyuanmao committed Aug 9, 2024
1 parent c55d986 commit d1d779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/sdk-agent/internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ func (s *server) Start() {
grouter.GET("/channels", routers.GetChannel)
grouter.PUT("/channels", routers.UpdateChannel)
grouter.POST("/channels", routers.CreateChannel)
grouter.POST("/configtx", routers.SignConfigTx)
grouter.POST("/channels/:chain_id/signature", routers.SignConfigTx)
grouter.Run("localhost:8080")
}

0 comments on commit d1d779d

Please sign in to comment.