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

+ 1 - 1
routers/router.go

@@ -16,5 +16,5 @@ func InitRouter() {
 		dyjx.InitDyjxRouter(r2) //去水印
 
 	}
-	_ = r.Run(":80")
+	_ = r.Run(":8080")
 }