This commit is contained in:
Shohrat 2023-06-20 19:45:59 +00:00
commit 81acc12119
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@
data: JSON.stringify(product),
type: 'POST',
headers: {
'Authorization': 'Bearer {{token}}',
'Content-Type': 'application/json'
'Authorization': 'Bearer {{token}}'
},
beforeSend: function () {
$('#loader_add').show();