Skip to content

Instantly share code, notes, and snippets.

@Nilanth

Nilanth/.jsx Secret

Last active July 21, 2021 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nilanth/983ddc05590c33e9bf36f06979e8374a to your computer and use it in GitHub Desktop.
Save Nilanth/983ddc05590c33e9bf36f06979e8374a to your computer and use it in GitHub Desktop.
axios.interceptors.request.use(function (request) {
request.headers['Content-Type'] = 'multipart/form-data';
return request;
}, null, { synchronous: true });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment