mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Merge pull request #22889 from owncloud/stable9-use-custom-header
[stable9] Use custom header
This commit is contained in:
commit
d043b6ba91
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ $(document).ready(function(){
|
|||
$.ajax({
|
||||
url: OC.webroot+'/updater/',
|
||||
headers: {
|
||||
'Authorization': loginToken
|
||||
'X-Updater-Auth': loginToken
|
||||
},
|
||||
method: 'POST',
|
||||
success: function(data){
|
||||
|
|
|
|||
Loading…
Reference in a new issue