proper 404 page path

This commit is contained in:
Jake Howard 2016-06-16 21:26:05 +01:00
parent 8b288ce4c0
commit 4ca329d8af
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -28,7 +28,7 @@ app.use(
// Cannot find any file
app.use(
allFiles, express.static(serveDir + '/core/404.html', expressConfig)
allFiles, express.static(serveDir + '/.404.html', expressConfig)
);
const server = app.listen(PORT, function () {