Browse Source

added index.js new models

kaori 4 years ago
parent
commit
73fa640673
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/app/src/server/models/index.js

+ 2 - 0
packages/app/src/server/models/index.js

@@ -18,4 +18,6 @@ module.exports = {
   GlobalNotificationSlackSetting: require('./GlobalNotificationSetting/GlobalNotificationSlackSetting'),
   ShareLink: require('./share-link'),
   SlackAppIntegration: require('./slack-app-integration'),
+  Notification: require('./notification'),
+  Activity: require('./activity'),
 };