@yuntijs/arcadia-bff-sdk 1.2.47 → 1.2.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -88,7 +88,7 @@ var responseMiddleware = (response) => {
88
88
  (0, import_errors.errorsHandler)(errors);
89
89
  }
90
90
  };
91
- var endpoint = "/kubeagi-apis/bff";
91
+ var endpoint = "/maas-apis/bff";
92
92
  if (!(0, import_utils.isBrowser)()) {
93
93
  endpoint = (process.env.BFF_SERVER_ORIGIN || "") + endpoint;
94
94
  }
package/dist/esm/index.js CHANGED
@@ -73,7 +73,7 @@ export var responseMiddleware = function responseMiddleware(response) {
73
73
  errorsHandler(errors);
74
74
  }
75
75
  };
76
- export var endpoint = '/kubeagi-apis/bff';
76
+ export var endpoint = '/maas-apis/bff';
77
77
  if (!isBrowser()) {
78
78
  endpoint = (process.env.BFF_SERVER_ORIGIN || '') + endpoint;
79
79
  }