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), data: JSON.stringify(product),
type: 'POST', type: 'POST',
headers: { headers: {
'Authorization': 'Bearer {{token}}', 'Authorization': 'Bearer {{token}}'
'Content-Type': 'application/json'
}, },
beforeSend: function () { beforeSend: function () {
$('#loader_add').show(); $('#loader_add').show();