k.zhang 4 anni fa
parent
commit
344a0eeb19
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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")
 }