@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1305,7 +1305,7 @@ var APIClientBase = class {
|
|
|
1305
1305
|
}
|
|
1306
1306
|
async query({ params }) {
|
|
1307
1307
|
try {
|
|
1308
|
-
const url = `${this.endpoint}
|
|
1308
|
+
const url = `${this.endpoint}`;
|
|
1309
1309
|
const response = await import_axios2.default.get(url, this.getAxiosConfig(params));
|
|
1310
1310
|
return response.data;
|
|
1311
1311
|
} catch (error) {
|