Skip to content

Commit

Permalink
Removed trailing slash from route
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Wenger committed Feb 21, 2015
1 parent 231faf7 commit f0935a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth.js
Expand Up @@ -200,7 +200,7 @@ var auth = {
},
_invalidateToken: function(callback) {
if (this.token.length > 0) {
var url = '/account/token/';
var url = '/account/token';
api.request('DELETE', url, {}, true, function(statusCode, response) {
setTimeout(callback, 0, null);
});
Expand Down

0 comments on commit f0935a5

Please sign in to comment.