archive
/
tstatic
Archived
1
Fork 0

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
1 changed files with 1 additions and 1 deletions

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 () {