biz9-logic 4.8.332 → 4.8.333

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.
Files changed (3) hide show
  1. package/biz9_config +1 -1
  2. package/index.js +4 -0
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='8.1.2'
1
+ VERSION='8.1.3'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -1846,6 +1846,10 @@ class Url_Logic {
1846
1846
  static URL_SERVICE_DETAIL="service/detail";
1847
1847
  static URL_SERVICE_HOME="service/home";
1848
1848
  static URL_SERVICE_SEARCH="service/search";
1849
+ //user
1850
+ static URL_USER_LOGIN="user/login";
1851
+ static URL_USER_LOGOUT="user/logout";
1852
+ static URL_USER_REGISTER="user/register";
1849
1853
  //stat
1850
1854
  static URL_SEARCH_ACTIVITY="item/search_activity";
1851
1855
  //template
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.332",
3
+ "version": "4.8.333",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"