diff --git a/config/express.js b/config/express.js index 3a269420..62e382f8 100755 --- a/config/express.js +++ b/config/express.js @@ -68,7 +68,7 @@ module.exports = function(db) { // Application Configuration for production environment app.configure('production', function() { app.locals({ - cache: 'memory' // To solve the SWIG Cache Issues + cache: 'memory' // To solve SWIG Cache Issues }); });