From 93fd4c135aa68f0043df55fac4baff9fadfee473 Mon Sep 17 00:00:00 2001 From: shimingxy Date: Fri, 14 Feb 2025 11:04:20 +0800 Subject: [PATCH] Update environment.ts --- .../maxkey-web-mgt-app/src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/environments/environment.ts b/maxkey-web-frontend/maxkey-web-mgt-app/src/environments/environment.ts index e7b1280a..40682153 100644 --- a/maxkey-web-frontend/maxkey-web-mgt-app/src/environments/environment.ts +++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/environments/environment.ts @@ -27,7 +27,7 @@ export const environment = { production: false, useHash: true, api: { - baseUrl: 'http://mgt.maxkey.top/maxkey-mgt-api', + baseUrl: 'http://localhost:9526/maxkey-mgt-api', refreshTokenEnabled: true, refreshTokenType: 're-request' },