closed #28 by implementing solution #2

This commit is contained in:
Julian Lam
2013-06-24 16:35:50 -04:00
parent 5671f80bbc
commit 87e2023c86
5 changed files with 26 additions and 23 deletions

View File

@@ -292,9 +292,6 @@ var express = require('express'),
app.get('/api/:method/:id*', api_method);
app.all('/test', function(req, res) {
notifications.create('normal 7', 5, '/topics/1', 'fteds', function(nid) {
notifications.push(nid, 1);
});
res.send();
});