Transactions
Dan 2017-09-02 00:07:13 -06:00
parent 692b0d5f87
commit 64a84f5bb5
1 changed files with 1 additions and 1 deletions

View File

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