mirror of https://github.com/bastienwirtz/homer
Update PaperlessNG.vue
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…
Reference in New Issue