Serving on port 80
This commit is contained in:
		@ -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")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user