habitica/website/server/controllers/api-v2/pushNotifications.js

7 lines
160 B
JavaScript
Raw Normal View History

2016-07-17 16:15:25 +00:00
// TODO move to /api-v2
var api = module.exports;
api.sendNotify = function(user, title, msg, timeToLive){
// Disabled, see libs/api-v3/pushNotifications
};