message
parent
3c1d3b7341
commit
b8358907c7
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue