Another try

This commit is contained in:
Thomas FORGIONE 2015-07-02 15:21:47 +02:00
parent 1862247509
commit 8fe0dec4d6
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ app.use(bodyParser.json());
app.use(function(req, res, next) {
// Log connection
console.dir(req.headers)
console.log('[REQ] ' + new Date() + ' ' + req.headers['X-Forwarded-For'] + ' : ' + req.url);
res.locals.title = "3DUI";