missions page 2

This commit is contained in:
alma 2025-05-06 15:50:45 +02:00
parent 27f5b7dd2f
commit 85481310a2

View File

@ -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
}
}
);