This commit is contained in:
pawan-dot 2022-11-08 16:55:31 +05:30
parent 0c4fbd952d
commit db6109515a

View File

@ -69,7 +69,7 @@ const AddProduct = () => {
{ {
headers: { headers: {
"Content-Type": 'multipart/form-data', "Content-Type": 'multipart/form-data',
// Authorization: `Bearer ${token}`, Authorization: `Bearer ${token}`,
}, },
} }
); );