This commit is contained in:
joy.zhou
2019-09-30 11:06:05 +08:00
parent a3fc611615
commit c7a51fe68f

View File

@@ -22,5 +22,5 @@ func InitHTTPMoniter(b *Broker) {
c.JSON(200, &resp)
})
router.Run(":8080")
router.Run(":" + b.config.HTTPPort)
}