Browse Source

new fcm topic 'backup-fs-errors'

Christian Kahlau 2 năm trước cách đây
mục cha
commit
af32eaaeaa
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      common/defaults.module.ts

+ 2 - 1
common/defaults.module.ts

@@ -1,6 +1,7 @@
 export const fcmTopics = {
   serverData: 'monitoring-serverdata',
-  services: 'monitoring-services'
+  services: 'monitoring-services',
+  backups: 'backup-fs-errors'
 };
 
 export const serverSync = {