From dd2fddd1014a91763d0ba1f69cda00ac787c6e3e Mon Sep 17 00:00:00 2001
From: 夏洋涛 <1027869635@qq.com>
Date: Thu, 20 Apr 2023 08:25:52 +0800
Subject: [PATCH] feat:修改健康地址

---
 src/App.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.vue b/src/App.vue
index ebf863b..f5394a0 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -43,7 +43,7 @@ export default {
         })
     }
     // 健康地址调用
-    this.yxAxios.get(`https://proxy.shunzhi.net/achieve/healthCheck`).then((res) => {
+    this.yxAxios.get(`https://proxy.shunzhi.net/health/check`).then((res) => {
       console.log('健康地址:', JSON.stringify(res.data))
       const bodyElement = document.getElementsByTagName('body')[0]
       bodyElement.append(JSON.stringify(res.data))
--
libgit2 0.21.0