try to fix deleteCodeListItem
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
ac8ab147bc
commit
824ba97704
@ -31,7 +31,7 @@ export class CodeListItemService {
|
||||
return this.httpClient.put<ICodeListItem>(`${this.ApiEndpoint()}/api/v1/codelistitems/${codeListItem.codeList}`, codeListItem);
|
||||
}
|
||||
|
||||
deleteCodeListItem(codelist: string, code: string) {
|
||||
deleteCodeListItem(codelist: string, code: string): Observable<any> {
|
||||
return this.httpClient.delete(`${this.ApiEndpoint()}/api/v1/codelistitems/${codelist}/${code}`);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user