Tzahi12345 1 year ago
commit 2396c86486

@ -2159,6 +2159,8 @@ app.use(function(req, res, next) {
let index_path = path.join(__dirname, 'public', 'index.html');
res.setHeader('Content-Type', 'text/html');
fs.createReadStream(index_path).pipe(res);
});

Loading…
Cancel
Save