Fixed models and services to match deltagare response from api

This commit is contained in:
Erik Tiekstra
2021-08-18 08:21:29 +02:00
parent 9f86fb405b
commit 218e3d6b36
5 changed files with 32 additions and 12 deletions

View File

@@ -93,6 +93,7 @@ export class DeltagareService extends UnsubscribeDirective {
page: page.toString(),
};
console.log(params);
return this.httpClient
.get<DeltagareCompactApiResponse>(this._apiBaseUrl, {
...API_HEADERS,