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