Fix for Issue #45
This commit is contained in:
@@ -37,7 +37,4 @@ export class ImageService {
|
||||
const adjustedEmail = emailToDirName(email);
|
||||
await lastValueFrom(this.http.delete<[]>(`${this.apiBaseUrl}/bizmatch/image/profile/${adjustedEmail}`));
|
||||
}
|
||||
async getPropertyImages(imagePath: string, serial: number): Promise<string[]> {
|
||||
return await lastValueFrom(this.http.get<string[]>(`${this.apiBaseUrl}/bizmatch/image/${imagePath}/${serial}`));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user