message
parent
8866ad2c36
commit
692b0d5f87
|
|
@ -2,7 +2,7 @@ const express = require('express');
|
||||||
const app = express();
|
const app = express();
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
|
|
||||||
app.use(express.static('../www'));
|
app.use(express.static('www'));
|
||||||
|
|
||||||
app.get('/*', function (req, res) {
|
app.get('/*', function (req, res) {
|
||||||
console.log(req.originalUrl);
|
console.log(req.originalUrl);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue