mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-16 05:09:50 +01:00
Update PaperlessNG.vue
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user