mirror of https://github.com/bastienwirtz/homer
Update PaperlessNG.vue
parent
0dc3cea15e
commit
2f6d9e1b09
|
@ -59,7 +59,7 @@ export default {
|
|||
}
|
||||
const url = `${this.item.url}/api/documents/`;
|
||||
this.api = await fetch(url, {
|
||||
credentials: 'include',
|
||||
credentials: "include",
|
||||
headers: {
|
||||
Authorization: "Token " + this.item.apikey,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue