@tagsamurai/fats-api-services 1.0.0-alpha.220 → 1.0.0-alpha.221

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.
@@ -2653,7 +2653,7 @@ const ReportServices = {
2653
2653
  }
2654
2654
  };
2655
2655
  const API = createAxiosInstance({
2656
- prefix: `${SERVER_PREFIX.SETTINGS_ATTRIBUTES}/v2/asset-name-policy`
2656
+ prefix: `/${SERVER_PREFIX.SETTINGS_ATTRIBUTES}/v2/asset-name-policy`
2657
2657
  });
2658
2658
  const AssetPolicyServices = {
2659
2659
  getList: (params) => {
@@ -2660,7 +2660,7 @@ System.register(["axios"], function(exports, module) {
2660
2660
  }
2661
2661
  });
2662
2662
  const API = createAxiosInstance({
2663
- prefix: `${SERVER_PREFIX.SETTINGS_ATTRIBUTES}/v2/asset-name-policy`
2663
+ prefix: `/${SERVER_PREFIX.SETTINGS_ATTRIBUTES}/v2/asset-name-policy`
2664
2664
  });
2665
2665
  const AssetPolicyServices = exports("AssetPolicyServices", {
2666
2666
  getList: (params) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.0-alpha.220",
3
+ "version": "1.0.0-alpha.221",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",