mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-06-23 19:21:24 +02:00
Update PaperlessNG.vue
This commit is contained in:
parent
077be43473
commit
cf2fb08dc7
@ -59,6 +59,7 @@ export default {
|
|||||||
}
|
}
|
||||||
const url = `${this.item.url}/api/documents/`;
|
const url = `${this.item.url}/api/documents/`;
|
||||||
this.api = await fetch(url, {
|
this.api = await fetch(url, {
|
||||||
|
credentials: 'include',
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: "Token " + this.item.apikey,
|
Authorization: "Token " + this.item.apikey,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user