bugfix(avvikelserapport): korrigerat endpoint för report /TV-707 to develop

Squashed commit of the following:

commit 5989040a9b72316948bcc373a2b106af1c6e0faa
Author: fueno <nicolas.fuentes-maturana@arbetsformedlingen.se>
Date:   Wed Sep 29 07:36:59 2021 +0200

    TV-707 corrected endpoint for report
This commit is contained in:
Nicolas Fuentes Maturana
2021-09-29 07:39:35 +02:00
parent a2d8a9b4bf
commit e9cfef7851

View File

@@ -32,7 +32,7 @@ import { catchError, filter, map, take } from 'rxjs/operators';
export class AvvikelseApiService {
private _apiBaseUrl = `${environment.api.url}`;
private _apiBaseUrl = `${environment.api.url}/report`;
public getOrsaksKoderFranvaro$(): Observable<OrsaksKoderFranvaro[]> {
return this.httpClient.get<{ data: OrsaksKoderAvvikelseResponse[] }>(`${this._apiBaseUrl}/orsakskoderfranvaro`).pipe(