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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user