Skip to content

Commit

Permalink
Update binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
signalpoint committed Jan 12, 2022
1 parent 862868d commit 6957257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jdrupal.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jDrupal.token = function() {
service: 'system',
resource: 'token'
};
req.open('GET', jDrupal.restPath() + 'rest/session/token');
req.open('GET', jDrupal.restPath() + 'session/token');
req.onload = function() {
if (req.status == 200) {
var invoke = jDrupal.moduleInvokeAll('rest_post_process', req);
Expand Down
Loading

0 comments on commit 6957257

Please sign in to comment.