Renaming assets-group to assets/group

This commit is contained in:
softsimon
2022-02-06 19:43:57 +04:00
parent f0398e906d
commit 4c2c6396ba
7 changed files with 12 additions and 12 deletions

View File

@@ -122,7 +122,7 @@ export class ApiService {
}
getAssetGroup$(id: string): Observable<any> {
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/asset-group/' + id);
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/assets/group/' + id);
}
postTransaction$(hexPayload: string): Observable<any> {