tnx-shared 6.0.4 → 6.0.5
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/tnx-shared.umd.js +1 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/services/common/common.js +2 -1
- package/fesm2015/tnx-shared.js +1 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +1 -1
- package/services/common/common.d.ts.map +1 -1
|
@@ -5865,6 +5865,7 @@
|
|
|
5865
5865
|
this.NOTI_EP = this.comonurl + '/noti/v5'; // TODO: paste kết quả t6m1('https://...') vào đây
|
|
5866
5866
|
this.NOTICRUD_EP = this.comonurl + '/notification/v5'; // TODO: paste kết quả t6m1('https://...') vào đây
|
|
5867
5867
|
this.DOS_EP = this.comonurl + '/documentserver'; // TODO: paste kết quả t6m1('https://...') vào đây
|
|
5868
|
+
console.log(this.comonurl);
|
|
5868
5869
|
}
|
|
5869
5870
|
/**
|
|
5870
5871
|
* Mã hóa endpoint URL (dùng 1 lần để tạo constant, không gọi lúc runtime).
|