diff --git a/src/views/Category/EditCategory.js b/src/views/Category/EditCategory.js index 7cdd65d..aa6c8c5 100644 --- a/src/views/Category/EditCategory.js +++ b/src/views/Category/EditCategory.js @@ -69,7 +69,7 @@ const AddProduct = () => { { headers: { "Content-Type": 'multipart/form-data', - // Authorization: `Bearer ${token}`, + Authorization: `Bearer ${token}`, }, } );