change port in code

This commit is contained in:
zhangchao
2024-12-16 14:45:13 +08:00
parent d4851b2d63
commit 5ead21c60f

View File

@@ -49,7 +49,7 @@ func main() {
// 注册WebSocket路由
registerRoutes(r)
r.GET("/events", esSSE)
r.Run(":8080")
r.Run(":8910")
}
func esSSE(c *gin.Context) {
w := c.Writer