message
parent
b01d027712
commit
94317fa0fe
|
|
@ -6,7 +6,7 @@ app.use(express.static('www'));
|
||||||
|
|
||||||
app.get('/*', function (req, res) {
|
app.get('/*', function (req, res) {
|
||||||
console.log(req.originalUrl);
|
console.log(req.originalUrl);
|
||||||
res.sendFile(path.join(__dirname, './www', 'index.htmlll'));
|
res.sendFile(path.join(__dirname, './www', 'index.htmll'));
|
||||||
})
|
})
|
||||||
|
|
||||||
app.listen(27641, function () {
|
app.listen(27641, function () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue