forked from mirror/gin
Serving on port 80
This commit is contained in:
parent
e7adcaf591
commit
58ceb244e5
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue