Browse Source

Set `contentTypeJson` default to true

pull/1775/head
Artur Arseniev 8 years ago
parent
commit
515152b3e6
  1. 2
      src/storage_manager/config/config.js

2
src/storage_manager/config/config.js

@ -53,7 +53,7 @@ module.exports = {
// set contentType paramater of $.ajax
// true: application/json; charset=utf-8'
// false: 'x-www-form-urlencoded'
contentTypeJson: false,
contentTypeJson: true,
credentials: 'include'
};

Loading…
Cancel
Save