This commit is contained in:
Gordon
2022-04-28 21:17:50 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 4987f8b80c
commit 82511322a2
+2
View File
@@ -18,3 +18,5 @@ func main() {
fmt.Println("start cms api server, port: ", ginPort)
router.Run(":" + strconv.Itoa(*ginPort))
}
//