Just a try

This commit is contained in:
Thomas FORGIONE 2015-07-02 15:13:36 +02:00
parent f52761f638
commit 1862247509
1 changed files with 1 additions and 1 deletions

View File

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