mirror of
https://github.com/gin-gonic/gin.git
synced 2025-06-17 16:38:27 +08:00
Serving on port 80
This commit is contained in:
@ -37,5 +37,5 @@ func StartGin() {
|
|||||||
router.POST("/room-post/:roomid", roomPOST)
|
router.POST("/room-post/:roomid", roomPOST)
|
||||||
router.GET("/stream/:roomid", streamRoom)
|
router.GET("/stream/:roomid", streamRoom)
|
||||||
|
|
||||||
router.Run("127.0.0.1:8080")
|
router.Run(":80")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user