Transactions
Dan 2017-09-01 22:32:09 -06:00
parent 94317fa0fe
commit b17f126b3f
1 changed files with 1 additions and 1 deletions

View File

@ -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.html;l'));
})
app.listen(27641, function () {