From 78a1aca637909f65909eadd85b45a36704646020 Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Sat, 19 Oct 2024 10:59:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=B4=E9=9C=B2=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bypasscf.js | 2 +- bypasscf_likeUser.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bypasscf.js b/bypasscf.js index d3376e28..31e80676 100644 --- a/bypasscf.js +++ b/bypasscf.js @@ -409,7 +409,7 @@ async function takeScreenshots(page) { import express from "express"; const healthApp = express(); -const HEALTH_PORT = process.env.HEALTH_PORT || 8081; +const HEALTH_PORT = process.env.HEALTH_PORT || 7860; // 健康探针路由 healthApp.get("/health", (req, res) => { diff --git a/bypasscf_likeUser.js b/bypasscf_likeUser.js index 5db97d20..afa5e9c9 100644 --- a/bypasscf_likeUser.js +++ b/bypasscf_likeUser.js @@ -409,7 +409,7 @@ async function takeScreenshots(page) { import express from "express"; const healthApp = express(); -const HEALTH_PORT = process.env.HEALTH_PORT || 8081; +const HEALTH_PORT = process.env.HEALTH_PORT || 7860; // 健康探针路由 healthApp.get("/health", (req, res) => {