Files
habitica/website/server/controllers/api-v2/pushNotifications.js
2016-07-17 18:15:25 +02:00

7 lines
160 B
JavaScript

// TODO move to /api-v2
var api = module.exports;
api.sendNotify = function(user, title, msg, timeToLive){
// Disabled, see libs/api-v3/pushNotifications
};