forked from extern/homer
Update PaperlessNG.vue
This commit is contained in:
parent
0dc3cea15e
commit
2f6d9e1b09
@ -59,7 +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',
|
credentials: "include",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: "Token " + this.item.apikey,
|
Authorization: "Token " + this.item.apikey,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user