mirror of
https://github.com/gin-gonic/gin.git
synced 2025-06-05 23:26:03 +08:00
Fix Port usage
* Update Server's Listening Port from 8081 ==> 8080
This commit is contained in:
@ -51,5 +51,5 @@ func main() {
|
||||
})
|
||||
|
||||
// Listen and Server in 0.0.0.0:8080
|
||||
r.Run(":8081")
|
||||
r.Run(":8080")
|
||||
}
|
||||
|
Reference in New Issue
Block a user