diff --git a/public/templates/outgoing.tpl b/public/templates/outgoing.tpl index cc4455df81..963da58155 100644 --- a/public/templates/outgoing.tpl +++ b/public/templates/outgoing.tpl @@ -13,6 +13,13 @@
- \ No newline at end of file + + + \ No newline at end of file diff --git a/src/routes/api.js b/src/routes/api.js index 2feaf45c7e..34135bbcf9 100644 --- a/src/routes/api.js +++ b/src/routes/api.js @@ -174,8 +174,7 @@ var user = require('./../user.js'), if (url) { res.json({ - url: url, - home: nconf.get('url') + url: url }); } else { res.status(404);