Renée Kooi 7 years ago
parent
commit
ac9a158ca0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/uppy-base/src/plugins/Provider.js

+ 1 - 1
src/uppy-base/src/plugins/Provider.js

@@ -21,7 +21,7 @@ module.exports = class Provider {
       credentials: 'include',
       headers: {
         'Accept': 'application/json',
-        'Content-Type': 'application.json'
+        'Content-Type': 'application/json'
       }
     })
     .then((res) => {