Remove localhost from api call for message count

This commit is contained in:
Andrew Sliwinski 2015-10-20 21:22:54 -04:00
parent 737a53294d
commit 5960f72e81

View file

@ -82,7 +82,6 @@ var Navigation = React.createClass({
getMessageCount: function () {
this.api({
method: 'get',
host: '',
uri: '/proxy/users/' + this.state.session.user.username + '/activity/count'
}, function (err, body) {
if (body) {