mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user