3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
export const ContentTypeMultipartFormData = {
|
|
'Content-Type': 'multipart/form-data',
|
|
};
|