diff --git a/app.js b/app.js index b30e5b5..1da82cb 100644 --- a/app.js +++ b/app.js @@ -24,7 +24,7 @@ app.configure('production', function() { app.use(express.errorHandler()); return app.use(require('./middleware/host_redirect')({ - "www.heartb.it": "http://heartb.it" + "www.heartb.it": "http://heartb.it/" })); }); diff --git a/src/app.coffee b/src/app.coffee index 08779d4..c549642 100644 --- a/src/app.coffee +++ b/src/app.coffee @@ -18,7 +18,7 @@ app.configure 'development', -> app.configure 'production', -> app.use express.errorHandler() app.use require('./middleware/host_redirect') - "www.heartb.it": "http://heartb.it" + "www.heartb.it": "http://heartb.it/" # Routes