mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
Merge branch 'master' of github.com:designcreateplay/NodeBB
This commit is contained in:
@@ -210,5 +210,9 @@ var user = require('./../user.js'),
|
||||
app.get('/api/404', function(req, res) {
|
||||
res.json({});
|
||||
});
|
||||
|
||||
app.get('/api/403', function(req, res) {
|
||||
res.json({});
|
||||
});
|
||||
}
|
||||
}(exports));
|
||||
|
||||
Reference in New Issue
Block a user