MaxKey пре 1 недеља
родитељ
комит
bb7109bbfc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts

+ 2 - 2
maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts

@@ -27,8 +27,8 @@ export const environment = {
   production: false,
   useHash: true,
   api: {
-    baseUrl: 'http://sso.maxkey.top/sign/',
-    //baseUrl: 'http://localhost:9527/sign/',
+    //baseUrl: 'http://sso.maxkey.top/sign/',
+    baseUrl: 'http://localhost:9527/sign/',
     refreshTokenEnabled: true,
     refreshTokenType: 're-request'
   },