pushNotifCount method for real-time updating of notification bell + favicon for multiple tabs (closes #219)

This commit is contained in:
Julian Lam
2013-12-10 22:05:37 -05:00
parent 538356846d
commit c313c4501b
5 changed files with 43 additions and 14 deletions

View File

@@ -79,6 +79,10 @@ var DebugRoute = function(app) {
});
});
app.get('/test', function(req, res) {
user.pushNotifCount(2);
res.send();
});
});
};