Merge branch 'main' of https://gitlab.com/shokki.a96/nurgul_get_api_oct3
This commit is contained in:
commit
2ec0a2bdfc
|
|
@ -22,9 +22,11 @@
|
|||
processData: false,
|
||||
contentType: false,
|
||||
type: 'POST',
|
||||
beforeSend: function (xhr) {
|
||||
xhr.setRequestHeader('Authorization', 'Bearer {{token}}');
|
||||
xhr.setRequestHeader('Content-Type', 'application/json');
|
||||
headers: {
|
||||
'Authorization': 'Bearer {{token}}',
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
beforeSend: function () {
|
||||
$('#loader_add').show();
|
||||
},
|
||||
success: function (data) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue