Push notifications

This commit is contained in:
Martin Donnelly 2016-04-29 09:44:33 +01:00
parent e329cf7122
commit 306781c03d

2
app.js
View File

@ -218,6 +218,8 @@ app.post('/api/v1/register/ios', function(req, res) {
var body = req.body;
logger.debug(body);
if (body.hasOwnProperty(id)) {
logger.debug(body.id);