mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge branch 'develop'
This commit is contained in:
commit
322e62418e
|
@ -381,6 +381,10 @@
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: '{{ route('api.settings.ldaptest') }}',
|
url: '{{ route('api.settings.ldaptest') }}',
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
|
headers: {
|
||||||
|
"X-Requested-With": 'XMLHttpRequest',
|
||||||
|
"X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr('content')
|
||||||
|
},
|
||||||
data: {},
|
data: {},
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue