From c8efbe7a58f65ba3f3f997a3c4a85d1b90ca4581 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Fri, 24 Jun 2022 11:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=80=80=E5=87=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E6=B5=8B=E8=AF=95=E8=AE=BF=E9=97=AENGINX?= =?UTF-8?q?=E8=AF=B7=E7=94=A8=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit environments update --- .../maxkey-web-app/src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts b/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts index 22597535b..19f85f6ea 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts @@ -27,7 +27,7 @@ export const environment = { production: false, useHash: true, api: { - baseUrl: 'http://sso.maxkey.top:9527/sign/', + baseUrl: '/sign/', refreshTokenEnabled: true, refreshTokenType: 're-request' },