Browse Source

调整端口

k.zhang 4 years ago
parent
commit
344a0eeb19
1 changed files with 1 additions and 1 deletions
  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")
 }