@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/package.json
CHANGED
|
@@ -535,7 +535,7 @@ export function setItemsSortFromPresentableCollectionQuick({
|
|
|
535
535
|
}: SetItemsSortFromPresentableCollectionQuickParamsType) {
|
|
536
536
|
return FUtil.Request({
|
|
537
537
|
method: 'PUT',
|
|
538
|
-
url: `/v2/presentables/catalogues/${presentableId}/
|
|
538
|
+
url: `/v2/presentables/catalogues/${presentableId}/reorder`,
|
|
539
539
|
data: params,
|
|
540
540
|
});
|
|
541
541
|
}
|