ntk-cms-api 18.3.457 → 18.3.458
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/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -3727,7 +3727,7 @@ class CoreTokenNotificationService extends ApiCmsServerBase {
|
|
|
3727
3727
|
model = new FilterModel();
|
|
3728
3728
|
}
|
|
3729
3729
|
return this.http
|
|
3730
|
-
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/
|
|
3730
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOnline', model, {
|
|
3731
3731
|
headers: this.getHeaders(),
|
|
3732
3732
|
})
|
|
3733
3733
|
.pipe(retry(this.configApiRetry),
|