diff options
author | Colin <mcclurec@gmail.com> | 2021-08-11 15:37:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 15:37:17 -0700 |
commit | cf2fb08dc72cee1add0e6e9b3d4ba19b38da88d3 (patch) | |
tree | ef25e25e7740817ffd2f1a9e42a6dc208dc06437 /src/components | |
parent | 077be43473ebdb241c6a70e4d06795ca80a591fb (diff) | |
download | homer-cf2fb08dc72cee1add0e6e9b3d4ba19b38da88d3.tar.gz homer-cf2fb08dc72cee1add0e6e9b3d4ba19b38da88d3.tar.zst homer-cf2fb08dc72cee1add0e6e9b3d4ba19b38da88d3.zip |
Update PaperlessNG.vue
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/services/PaperlessNG.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/services/PaperlessNG.vue b/src/components/services/PaperlessNG.vue index 4fb31f8..63a49a9 100644 --- a/src/components/services/PaperlessNG.vue +++ b/src/components/services/PaperlessNG.vue | |||
@@ -59,6 +59,7 @@ export default { | |||
59 | } | 59 | } |
60 | const url = `${this.item.url}/api/documents/`; | 60 | const url = `${this.item.url}/api/documents/`; |
61 | this.api = await fetch(url, { | 61 | this.api = await fetch(url, { |
62 | credentials: 'include', | ||
62 | headers: { | 63 | headers: { |
63 | Authorization: "Token " + this.item.apikey, | 64 | Authorization: "Token " + this.item.apikey, |
64 | }, | 65 | }, |