Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yuweibo authored Aug 20, 2024
1 parent 0e534fd commit fdf9e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ func Listen() {
e.Use(middleware.Logger())
e.Use(middleware.Recover())
e.GET("/ws", hello)
e.Logger.Fatal(e.Start(":8080"))
e.Logger.Fatal(e.Start(":1323"))
}

0 comments on commit fdf9e88

Please sign in to comment.