UC /users v1.0
This commit is contained in:
@@ -70,7 +70,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
fetch(endpoint, {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Authorization': id
|
||||
'Authorization': id,
|
||||
'x-api-key': "uc_api"
|
||||
},
|
||||
})
|
||||
.then(async response => {
|
||||
@@ -116,7 +117,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
fetch(endpoint, {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Authorization': id
|
||||
'Authorization': id,
|
||||
'x-api-key': "uc_api"
|
||||
},
|
||||
})
|
||||
.then(async response => {
|
||||
@@ -162,7 +164,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
fetch(endpoint, {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Authorization': id
|
||||
'Authorization': id,
|
||||
'x-api-key': "uc_api"
|
||||
},
|
||||
})
|
||||
.then(async response => {
|
||||
|
||||
Reference in New Issue
Block a user