k.zhang %!s(int64=4) %!d(string=hai) anos
pai
achega
ec2be317bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      routers/router.go

+ 1 - 1
routers/router.go

@@ -14,6 +14,6 @@ func InitRouter() {
 	{
 		pdd.InitPddDdkRouter(r2)
 	}
-	_ = r.Run(":80")
+	_ = r.Run(":8080")
 
 }