Skip to content

Commit

Permalink
Serving on port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed May 14, 2015
1 parent e7adcaf commit 58ceb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/realtime-advanced/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ func StartGin() {
router.POST("/room-post/:roomid", roomPOST)
router.GET("/stream/:roomid", streamRoom)

router.Run("127.0.0.1:8080")
router.Run(":80")
}

0 comments on commit 58ceb24

Please sign in to comment.