mirror of https://github.com/gin-gonic/gin.git
Fix Port usage
* Update Server's Listening Port from 8081 ==> 8080
This commit is contained in:
parent
c69ecaaf75
commit
14077b1020
|
@ -51,5 +51,5 @@ func main() {
|
|||
})
|
||||
|
||||
// Listen and Server in 0.0.0.0:8080
|
||||
r.Run(":8081")
|
||||
r.Run(":8080")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue