biz9-logic 4.8.364 → 4.8.366
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/biz9_config +1 -1
- package/index.js +2 -1
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1659,7 +1659,8 @@ class Url {
|
|
|
1659
1659
|
static CATEGORY_HOME="category/home";
|
|
1660
1660
|
static CATEGORY_SEARCH="category/search";
|
|
1661
1661
|
//cms
|
|
1662
|
-
static CMS_POST="
|
|
1662
|
+
static CMS_POST="cms/post";
|
|
1663
|
+
static CMS_ITEM_TYPE_CATEGORY="cms/item_type_category";
|
|
1663
1664
|
//content
|
|
1664
1665
|
static CONTENT="item/content";
|
|
1665
1666
|
//crud
|