@erpp/react-api-cronos-frontend 1.0.6 → 1.0.7

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/index.mjs CHANGED
@@ -802,7 +802,7 @@ var APIClientBase = class {
802
802
  }
803
803
  async query({ params }) {
804
804
  try {
805
- const url = `${this.endpoint}/query`;
805
+ const url = `${this.endpoint}`;
806
806
  const response = await axios2.get(url, this.getAxiosConfig(params));
807
807
  return response.data;
808
808
  } catch (error) {