adata-ui 0.1.64 → 0.1.65

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -393,7 +393,7 @@ export default {
393
393
  methods: {
394
394
  async fetchNotification() {
395
395
  try {
396
- const response = await fetch('https://users.adtdev.kz/api/v1/system-messages/active-list/?module_name=counterparty');
396
+ const response = await fetch('https://users.adata.kz/api/v1/system-messages/active-list/?module_name=counterparty');
397
397
  const { data } = await response.json();
398
398
 
399
399
  if (data.details.length) {