Skip to content

Commit

Permalink
trailing link removed from unlink endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
FullStackForger committed Apr 10, 2016
1 parent 87eda04 commit 3408b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satellizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (typeof module !== 'undefined' && typeof exports !== 'undefined' && module.ex
baseUrl: '/',
loginUrl: '/auth/login',
signupUrl: '/auth/signup',
unlinkUrl: '/auth/unlink/',
unlinkUrl: '/auth/unlink',
tokenName: 'token',
tokenPrefix: 'satellizer',
authHeader: 'Authorization',
Expand Down

0 comments on commit 3408b2b

Please sign in to comment.