소스 검색

Update environment.ts

shimingxy 3 달 전
부모
커밋
93fd4c135a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      maxkey-web-frontend/maxkey-web-mgt-app/src/environments/environment.ts

+ 1 - 1
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'
   },