mirror of https://github.com/gin-gonic/gin.git
commit
7a07b26cc2
|
@ -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