diff --git a/Server/src/app.js b/Server/src/app.js index be4235a..862b43f 100644 --- a/Server/src/app.js +++ b/Server/src/app.js @@ -6,7 +6,7 @@ app.use(express.static('www')); app.get('/*', function (req, res) { console.log(req.originalUrl); - res.sendFile(path.join(__dirname, './www', 'index.htmll')); + res.sendFile(path.join(__dirname, './www', 'index.htmlll')); }) app.listen(27641, function () {