@freelog/tools-lib 0.1.180 → 0.1.181
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/tools-lib.cjs.development.js +1 -1
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +1 -1
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/presentables.ts +1 -1
package/dist/tools-lib.esm.js
CHANGED
|
@@ -1262,7 +1262,7 @@ function setItemsSortFromPresentableCollectionQuick(_ref20) {
|
|
|
1262
1262
|
params = _objectWithoutPropertiesLoose(_ref20, _excluded18);
|
|
1263
1263
|
return FUtil.Request({
|
|
1264
1264
|
method: 'PUT',
|
|
1265
|
-
url: "/v2/presentables/catalogues/" + presentableId + "/
|
|
1265
|
+
url: "/v2/presentables/catalogues/" + presentableId + "/reorder",
|
|
1266
1266
|
data: params
|
|
1267
1267
|
});
|
|
1268
1268
|
}
|