@lowcodeunit/applications-flow-common 1.33.114-lets-get-social-ish → 1.33.115-lets-get-social-ish
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/bundles/lowcodeunit-applications-flow-common.umd.js +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -1
- package/esm2015/lib/services/applications-flow.service.js +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.js +1 -1
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
- package/lib/services/applications-flow.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
});
|
|
600
600
|
};
|
|
601
601
|
ApplicationsFlowService.prototype.UserFeed = function () {
|
|
602
|
-
return this.http.
|
|
602
|
+
return this.http.get(this.apiRoot + "/api/lowcodeunit/userfeed", {
|
|
603
603
|
headers: this.loadHeaders(),
|
|
604
604
|
});
|
|
605
605
|
};
|