Browse Source
add push notification subscription model to index
feat/estimateFee-limit
Ivan Socolsky
8 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
1 additions and
0 deletions
-
lib/model/index.js
|
|
@ -9,5 +9,6 @@ Model.Preferences = require('./preferences'); |
|
|
|
Model.Email = require('./email'); |
|
|
|
Model.TxNote = require('./txnote'); |
|
|
|
Model.Session = require('./session'); |
|
|
|
Model.PushNotificationSub = require('./pushnotificationsub'); |
|
|
|
|
|
|
|
module.exports = Model; |
|
|
|