Update environment.ts

This commit is contained in:
shimingxy
2025-02-14 11:04:20 +08:00
parent 48a64d793f
commit 93fd4c135a

View File

@@ -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'
},