Transactions
Dan 2017-09-01 23:43:24 -06:00
parent 145b1c7942
commit a826033aea
1 changed files with 1 additions and 1 deletions

View File

@ -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);