forked from extern/homer
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/`;
|
||||
this.api = await fetch(url, {
|
||||
credentials: 'include',
|
||||
headers: {
|
||||
Authorization: "Token " + this.item.apikey,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user