From 85481310a2a53514a4540813878626aa072403ca Mon Sep 17 00:00:00 2001 From: alma Date: Tue, 6 May 2025 15:50:45 +0200 Subject: [PATCH] missions page 2 --- lib/services/leantime-service.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/services/leantime-service.ts b/lib/services/leantime-service.ts index a263c093..a9a5ab4d 100644 --- a/lib/services/leantime-service.ts +++ b/lib/services/leantime-service.ts @@ -45,7 +45,7 @@ export class LeantimeService { { headers: { 'Content-Type': 'application/json', - 'Authorization': `Bearer ${this.apiToken}` + 'X-API-Key': this.apiToken } } ); @@ -101,7 +101,7 @@ export class LeantimeService { { headers: { 'Content-Type': 'multipart/form-data', - 'Authorization': `Bearer ${this.apiToken}` + 'X-API-Key': this.apiToken } } ); @@ -167,7 +167,7 @@ export class LeantimeService { { headers: { 'Content-Type': 'application/json', - 'Authorization': `Bearer ${this.apiToken}` + 'X-API-Key': this.apiToken } } ); @@ -200,7 +200,7 @@ export class LeantimeService { { headers: { 'Content-Type': 'application/json', - 'Authorization': `Bearer ${this.apiToken}` + 'X-API-Key': this.apiToken } } ); @@ -238,7 +238,7 @@ export class LeantimeService { { headers: { 'Content-Type': 'application/json', - 'Authorization': `Bearer ${this.apiToken}` + 'X-API-Key': this.apiToken } } ); @@ -277,7 +277,7 @@ export class LeantimeService { { headers: { 'Content-Type': 'application/json', - 'Authorization': `Bearer ${this.apiToken}` + 'X-API-Key': this.apiToken } } );