diff --git a/app.js b/app.js index 1d1464d..c8e1293 100644 --- a/app.js +++ b/app.js @@ -408,7 +408,7 @@ define(function(require){ var self = this, type = pType === 'inbound' ? 'inbox' : 'outbox'; - return self.apiUrl + 'accounts/' + self.accountId + '/faxes/'+ type +'/' + mediaId + '/attachment?auth_token=' + self.authToken; + return self.apiUrl + 'accounts/' + self.accountId + '/faxes/'+ type +'/' + mediaId + '/attachment?auth_token=' + self.getAuthToken(); }, oldRenderLogs: function(pArgs) {