mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Remove localhost from api call for message count
This commit is contained in:
parent
737a53294d
commit
5960f72e81
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue