Merge branch 'main' of https://gitlab.com/shokki.a96/nurgul_get_api_oct3
This commit is contained in:
commit
81acc12119
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue