@freelog/tools-lib 0.1.84 → 0.1.85

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.
@@ -1022,11 +1022,11 @@ function activities(_temp2) {
1022
1022
 
1023
1023
  _objectDestructuringEmpty(_ref2);
1024
1024
 
1025
- return "/activity";
1025
+ return "/activities";
1026
1026
  }
1027
1027
  function activity(_ref3) {
1028
1028
  var activityID = _ref3.activityID;
1029
- return "/activityDetail/" + activityID;
1029
+ return "/activity/" + activityID;
1030
1030
  }
1031
1031
  function dashboard(_temp3) {
1032
1032
  var _ref4 = _temp3 === void 0 ? {} : _temp3;