From 6a6481c3bb5eb261d4e0428ae38ac873be37cb6e Mon Sep 17 00:00:00 2001 From: yogurtzzz <1009784814@qq.com> Date: Tue, 30 May 2023 18:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BAhttps,=20=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E5=88=B0=E4=BA=86github=20page,=20=E5=85=B6?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=98=AFHttps,=20=E8=AF=B7=E6=B1=82=E5=9B=A0?= =?UTF-8?q?=E4=B8=BA=E8=B7=A8=E5=9F=9F=E8=A2=ABblock=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/ApiUrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ApiUrl.js b/js/ApiUrl.js index 1f57c6a..888bf66 100644 --- a/js/ApiUrl.js +++ b/js/ApiUrl.js @@ -1,5 +1,5 @@ // const BASE_URL = 'http://localhost:8088' -const BASE_URL = 'http://112.74.80.115:8088' +const BASE_URL = 'https://112.74.80.115:8088' const API_GET_ALL_PLAYERS = BASE_URL + '/getAllPlayers'