mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
closes #145, fixed 404 not rendering
This commit is contained in:
@@ -177,5 +177,9 @@ var user = require('./../user.js'),
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
app.get('/api/404', function(req, res) {
|
||||
res.json({});
|
||||
});
|
||||
}
|
||||
}(exports));
|
||||
|
||||
Reference in New Issue
Block a user