Update PaperlessNG.vue

This commit is contained in:
Colin 2021-08-11 15:37:17 -07:00 committed by GitHub
parent 077be43473
commit cf2fb08dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
},