mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed a log
This commit is contained in:
@@ -114,7 +114,6 @@ app.use('/assets/admin', function(req, res, next) {
|
||||
app.use('/assets', express.static(publicPath + '/assets'));
|
||||
|
||||
app.use(function (req, res, next) {
|
||||
console.log("here");
|
||||
res.status(404);
|
||||
res.redirect("/404");
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user