Cleaned up some unneccisary redirects

This commit is contained in:
2021-09-05 07:48:49 +01:00
parent 36a58be0f1
commit d01a3f227c
3 changed files with 4 additions and 3 deletions

1
app.js
View File

@@ -23,6 +23,7 @@ const striptags = require('striptags');
const port = process.env.PORT || 8000;
app.disable('x-powered-by');
app.use(compress());
app.use(express.static(__dirname + '/build'));